diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-12-09 15:15:31 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-12-09 15:15:31 (GMT) |
commit | 93321f333c7fe4a55bdedc9511667916f8bd2ed5 (patch) | |
tree | 81ab146556158c027d16da4a579ad6a1a49b825a /Misc | |
parent | 29dcdabf40f7642c96169ede9040d50a10926832 (diff) | |
download | cpython-93321f333c7fe4a55bdedc9511667916f8bd2ed5.zip cpython-93321f333c7fe4a55bdedc9511667916f8bd2ed5.tar.gz cpython-93321f333c7fe4a55bdedc9511667916f8bd2ed5.tar.bz2 |
Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
missing proper end-of-line termination. Patch and tests by
Scott Dial. The new tests include a test harness which will
make it easier to add additional tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,9 +15,13 @@ Core and Builtins Library ------- +- Issue #5949: fixed IMAP4_SSL hang when the IMAP server response is + missing proper end-of-line termination. + - Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata. + What's New in Python 2.7 alpha 1 ================================ |