diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 23:12:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-09 23:12:32 (GMT) |
commit | 5466e920d9f1df9d0ef5cae6b11ec7250fbbdd1e (patch) | |
tree | 4360eb97514770fcf15bc23803d8aa50603e4b10 /Misc | |
parent | 7ec819e3a9887ac7bfe857ed6b6fb9018dee40c2 (diff) | |
download | cpython-5466e920d9f1df9d0ef5cae6b11ec7250fbbdd1e.zip cpython-5466e920d9f1df9d0ef5cae6b11ec7250fbbdd1e.tar.gz cpython-5466e920d9f1df9d0ef5cae6b11ec7250fbbdd1e.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
@@ -121,6 +121,7 @@ Tony Campbell Brett Cannon Mike Carlton Terry Carroll +Lorenzo M. Catucci Donn Cave Per Cederqvist Octavian Cerna @@ -143,6 +143,9 @@ C-API Library ------- +- Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by + Lorenzo M. Catucci. + - Fix IMAP.login() to work properly. - Issue #10126: Fix distutils' test_build when Python was built with |