[Python-checkins] cpython (2.7): Add Misc/NEWS entry for Issue #16743

richard.oudkerk python-checkins at python.org
Wed Feb 13 16:27:14 CET 2013


http://hg.python.org/cpython/rev/82db097cd2e0
changeset:   82202:82db097cd2e0
branch:      2.7
parent:      82198:b1bbe519770b
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Wed Feb 13 15:17:47 2013 +0000
summary:
  Add Misc/NEWS entry for Issue #16743

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -205,6 +205,8 @@
 Library
 -------
 
+- Issue #16743: Fix mmap overflow check on 32 bit Windows.
+
 - Issue #11311: StringIO.readline(0) now returns an empty string as all other
   file-like objects.
 

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


More information about the Python-checkins mailing list