Fix typo in NEWS file.

This commit is contained in:
Barry Warsaw 2013-09-30 16:45:40 -04:00
parent c545a5ebd6
commit e763a91f6a
1 changed files with 1 additions and 1 deletions

View File

@ -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