]> granicus.if.org Git - python/commitdiff
Add Misc/NEWS entry for Issue #16743
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 13 Feb 2013 15:17:47 +0000 (15:17 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 13 Feb 2013 15:17:47 +0000 (15:17 +0000)
Misc/NEWS

index 68f72c216560c95367026cbdabb3fad57101706a..b73f664b5a2f76245d3d10b363ebf90a4258bc24 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -205,6 +205,8 @@ Core and Builtins
 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.