]> granicus.if.org Git - python/commit
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
authorR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 00:48:58 +0000 (00:48 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 23 May 2009 00:48:58 +0000 (00:48 +0000)
commitad3058e0b8ef8a2f753195e9611b47c01c4f3b0d
treee2f96416103f5ed6d52ef017a402a08c3ba3fbe6
parenteae1b28fb128056144d05892eb2e9f10b4a34cfb
Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns
the socket.  Patch by Farhan Ahmad, test by Marcin Bachry.
Lib/smtplib.py
Lib/test/test_smtpnet.py [new file with mode: 0644]
Misc/ACKS
Misc/NEWS