http://hg.python.org/cpython/rev/efe489f87881 changeset: 82203:efe489f87881 branch: 3.2 parent: 82199:c2c84d3ab393 user: Richard Oudkerk <shibturn at gmail.com> date: Wed Feb 13 15:19:36 2013 +0000 summary: Add Misc/NEWS entry for Issue #16743 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 @@ -224,6 +224,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