summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:19:36 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:19:36 (GMT)
commit439bdb10623fabacaadee070c58aa55b144fb084 (patch)
tree2efb97dc5ef93009af801d37e8ff0da8436756fb /Misc
parent0d09ba8e0bc57b50984d1968aab3c29de3e1320d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6dd754f..4bc6584 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.