From: Barry Warsaw Date: Mon, 30 Sep 2013 20:45:40 +0000 (-0400) Subject: Fix typo in NEWS file. X-Git-Tag: v2.6.9rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e763a91f6ab5c21c94d69f4b6a708542b7db69ab;p=thirdparty%2FPython%2Fcpython.git Fix typo in NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index b9d7746e9991..7a14b10da6a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,7 +17,7 @@ Library limiting the call to readline(). Original patch by Christian Heimes. - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to - prevent readline() calls from consuming too much member. Patch by Jyrki + prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. - Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to