summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-09 15:15:31 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-09 15:15:31 (GMT)
commit93321f333c7fe4a55bdedc9511667916f8bd2ed5 (patch)
tree81ab146556158c027d16da4a579ad6a1a49b825a /Misc
parent29dcdabf40f7642c96169ede9040d50a10926832 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95fae08..845ed7a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
================================