[issue16005] smtplib.SMTP().sendmail() and rset()

DDarko report at bugs.python.org
Mon Sep 24 08:32:43 CEST 2012


DDarko added the comment:

I understand, in that case:

/cpython/file/default/Lib/smtplib.py
760c760,761
<             self.rset()
---
>             try: self.rset()
>             except: pass

Solves the problem.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16005>
_______________________________________


More information about the Python-bugs-list mailing list