summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:21:23 +0000
committerRichard Oudkerk <shibturn@gmail.com>2013-02-13 15:21:23 +0000
commita90b7132b7e15009d2d747e4d843dc8422907e18 (patch)
tree05a00b550ff90489e4d351d6483f5e039ef1326e
parent6d40134eba5633e93a4c45d0d2868b9f1a02439a (diff)
parent439bdb10623fabacaadee070c58aa55b144fb084 (diff)
downloadcpython-git-a90b7132b7e15009d2d747e4d843dc8422907e18.tar.gz
Merge
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81ff2e93c4..185e14d55a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,6 +178,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.