From: Richard Oudkerk Date: Wed, 13 Feb 2013 15:19:36 +0000 (+0000) Subject: Add Misc/NEWS entry for Issue #16743 X-Git-Tag: v3.2.4rc1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=439bdb10623fabacaadee070c58aa55b144fb084;p=thirdparty%2FPython%2Fcpython.git Add Misc/NEWS entry for Issue #16743 --- diff --git a/Misc/NEWS b/Misc/NEWS index 6dd754ff0cea..4bc6584c043c 100644 --- 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.