diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 23:15:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 23:15:18 (GMT) |
commit | 7eaa448e59689999371b40316600c6c9f861c5b2 (patch) | |
tree | f735905ab16c970ac47ebc57a101f36de4c2d2dc /Misc | |
parent | f728f5a3eaa135667b717e4dfeedb150d6e46c7f (diff) | |
download | cpython-7eaa448e59689999371b40316600c6c9f861c5b2.zip cpython-7eaa448e59689999371b40316600c6c9f861c5b2.tar.gz cpython-7eaa448e59689999371b40316600c6c9f861c5b2.tar.bz2 |
Merged revisions 86383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86383 | antoine.pitrou | 2010-11-10 00:10:33 +0100 (mer., 10 nov. 2010) | 4 lines
Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by
Lorenzo M. Catucci.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -123,6 +123,7 @@ Tony Campbell Brett Cannon Mike Carlton Terry Carroll +Lorenzo M. Catucci Donn Cave Charles Cazabon Per Cederqvist @@ -69,6 +69,9 @@ Core and Builtins Library ------- +- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by + Lorenzo M. Catucci. + - Issue #10126: Fix distutils' test_build when Python was built with --enable-shared. |