From f4b6560f7c2f338b00fd019db424962c365a0d3d Mon Sep 17 00:00:00 2001 From: Richard Oudkerk Date: Wed, 13 Feb 2013 15:17:47 +0000 Subject: Add Misc/NEWS entry for Issue #16743 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 68f72c2..b73f664 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. -- cgit v0.12