http://hg.python.org/cpython/rev/659ef9d360ae changeset: 82205:659ef9d360ae parent: 82201:c286c96ef42d parent: 82204:85e646f7fce3 user: Richard Oudkerk <shibturn at gmail.com> date: Wed Feb 13 15:25:21 2013 +0000 summary: Merge 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 @@ -253,6 +253,8 @@ Library ------- +- Issue #16743: Fix mmap overflow check on 32 bit Windows. + - Issue #16996: webbrowser module now uses shutil.which() to find a web-browser on the executable search path. -- Repository URL: http://hg.python.org/cpython