diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 2.7.9? Library ------- +- Issue #16042: CVE-2013-1752: smtplib: Limit amount of data read by limiting + the call to readline(). Original patch by Christian Heimes. + - Issue #16041: In poplib, limit maximum line length read from the server to prevent CVE-2013-1752. |