diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-02-13 15:19:36 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-02-13 15:19:36 (GMT) |
commit | 439bdb10623fabacaadee070c58aa55b144fb084 (patch) | |
tree | 2efb97dc5ef93009af801d37e8ff0da8436756fb /Misc | |
parent | 0d09ba8e0bc57b50984d1968aab3c29de3e1320d (diff) | |
download | cpython-439bdb10623fabacaadee070c58aa55b144fb084.zip cpython-439bdb10623fabacaadee070c58aa55b144fb084.tar.gz cpython-439bdb10623fabacaadee070c58aa55b144fb084.tar.bz2 |
Add Misc/NEWS entry for Issue #16743
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -224,6 +224,8 @@ Core and Builtins 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. |