Add Misc/NEWS entry for Issue #16743

This commit is contained in:
Richard Oudkerk 2013-02-13 15:19:36 +00:00
parent 0d09ba8e0b
commit 439bdb1062

View file

@ -224,6 +224,8 @@ Core and Builtins
Library Library
------- -------
- Issue #16743: Fix mmap overflow check on 32 bit Windows.
- Issue #16800: tempfile.gettempdir() no longer left temporary files when - Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely. the disk is full. Original patch by Amir Szekely.