[issue21641] smtplib leaves open sockets around if SMTPResponseException is raised in __init__

Senthil Kumaran report at bugs.python.org
Tue Jun 3 16:26:53 CEST 2014


Senthil Kumaran added the comment:

The first patch was correct and consistent with how other Exceptions were closing the socket. Fixed this and thanks for the patch.

----------
assignee:  -> orsenthil
nosy: +orsenthil
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
versions: +Python 3.4

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


More information about the Python-bugs-list mailing list