[issue4066] smtplib SMTP_SSL._get_socket doesn't return a value

Farhan Ahmad report at bugs.python.org
Sun May 10 21:03:27 CEST 2009


Farhan Ahmad <farhan at thebitguru.com> added the comment:

Marcin, thanks for finding the cause.  I have attached another diff
that, instead of removing the assignment, makes the _get_socket function
return the socket, which is the expected behavior.

You mentioned that the LMTP class also has this issue.  I looked through
that class, but didn't see any similar issues.  Can you please give more
details?

Thanks,
Farhan

----------
nosy: +farhan.ahmad
Added file: http://bugs.python.org/file13949/smtplib_72551.diff

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


More information about the Python-bugs-list mailing list