Add Misc/NEWS entry for Issue #16743

This commit is contained in:
Richard Oudkerk 2013-02-13 15:17:47 +00:00
parent 36b9d413d7
commit f4b6560f7c
1 changed files with 2 additions and 0 deletions

View File

@ -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.