[Python-checkins] cpython (2.6): Fix typo in NEWS file.

barry.warsaw python-checkins at python.org
Mon Sep 30 22:46:55 CEST 2013


http://hg.python.org/cpython/rev/3f09756916ce
changeset:   85895:3f09756916ce
branch:      2.6
parent:      85889:7214e3324a45
user:        Barry Warsaw <barry at python.org>
date:        Mon Sep 30 16:45:40 2013 -0400
summary:
  Fix typo in NEWS file.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,7 @@
   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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list