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

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


http://hg.python.org/cpython/rev/85e646f7fce3
changeset:   82204:85e646f7fce3
branch:      3.3
parent:      82200:0748cc03b83e
parent:      82203:efe489f87881
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Wed Feb 13 15:21:23 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
@@ -178,6 +178,8 @@
 Library
 -------
 
+- Issue #16743: Fix mmap overflow check on 32 bit Windows.
+
 - Issue #16800: tempfile.gettempdir() no longer left temporary files when
   the disk is full.  Original patch by Amir Szekely.
 

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


More information about the Python-checkins mailing list