]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Misc/NEWS entry for Issue #16743
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 13 Feb 2013 15:19:36 +0000 (15:19 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 13 Feb 2013 15:19:36 +0000 (15:19 +0000)
Misc/NEWS

index 6dd754ff0ceac248f0f2b4564f74b3ec47999300..4bc6584c043c994cce4175b5eb1a13dc9ad563a4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -224,6 +224,8 @@ Core and Builtins
 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.