[issue2143] smtplib.SSLFakeFile hangs forever if "\n" is not encountered

Sean Reifschneider report at bugs.python.org
Thu Mar 20 01:48:54 CET 2008


Sean Reifschneider <jafo at tummy.com> added the comment:

ssl.SSLSocket.read() says: Return zero-length string on EOF.  So, I'm
going to apply this patch.  Applied in rev 61656.

----------
keywords: +patch
nosy: +jafo
priority:  -> normal

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2143>
__________________________________


More information about the Python-bugs-list mailing list