]> granicus.if.org Git - python/commit
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Nov 2012 19:04:45 +0000 (20:04 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Nov 2012 19:04:45 +0000 (20:04 +0100)
commitd89824b0e2fa9a44b56394a5185de737a6527ea7
tree0235c71c6142864e64f931874a9e79d99a154564
parentff790aac6613b5e6e894a3113876c800012863b3
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
Patch by Lorenzo Catucci.
Lib/poplib.py
Misc/NEWS