[Python-checkins] cpython (merge 3.3 -> default): Merge

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


http://hg.python.org/cpython/rev/659ef9d360ae
changeset:   82205:659ef9d360ae
parent:      82201:c286c96ef42d
parent:      82204:85e646f7fce3
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Wed Feb 13 15:25:21 2013 +0000
summary:
  Merge

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
@@ -253,6 +253,8 @@
 Library
 -------
 
+- Issue #16743: Fix mmap overflow check on 32 bit Windows.
+
 - Issue #16996: webbrowser module now uses shutil.which() to find a
   web-browser on the executable search path.
 

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


More information about the Python-checkins mailing list