From: Richard Oudkerk Date: Wed, 13 Feb 2013 15:17:47 +0000 (+0000) Subject: Add Misc/NEWS entry for Issue #16743 X-Git-Tag: v2.7.4rc1~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4b6560f7c2f338b00fd019db424962c365a0d3d;p=thirdparty%2FPython%2Fcpython.git Add Misc/NEWS entry for Issue #16743 --- diff --git a/Misc/NEWS b/Misc/NEWS index 68f72c216560..b73f664b5a2f 100644 --- 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.