summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 14:00:09 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 14:00:09 (GMT)
commitfd9262cf2a044f6909530cdb565f38e13ff98263 (patch)
treeb8224d9c5325d802b7b1506121c4c7bcce1718b2 /Misc/NEWS
parent0840b415829f7fab8db48e1b38bbbfc7da2df8c0 (diff)
downloadcpython-fd9262cf2a044f6909530cdb565f38e13ff98263.zip
cpython-fd9262cf2a044f6909530cdb565f38e13ff98263.tar.gz
cpython-fd9262cf2a044f6909530cdb565f38e13ff98263.tar.bz2
Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
line length. Patch by Emil Lind.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 60946e8..b72b7a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.6?
Library
-------
+- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
+ line length. Patch by Emil Lind.
+
- Issue #22421: Fix a regression that caused the pydoc server to be bound to
all interfaces instead of only localhost.