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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e763a91f6ab5c21c94d69f4b6a708542b7db69ab;p=python Fix typo in NEWS file. --- diff --git a/Misc/NEWS b/Misc/NEWS index b9d7746e99..7a14b10da6 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