diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-02-13 15:21:23 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-02-13 15:21:23 (GMT) |
commit | a90b7132b7e15009d2d747e4d843dc8422907e18 (patch) | |
tree | 05a00b550ff90489e4d351d6483f5e039ef1326e | |
parent | 6d40134eba5633e93a4c45d0d2868b9f1a02439a (diff) | |
parent | 439bdb10623fabacaadee070c58aa55b144fb084 (diff) | |
download | cpython-a90b7132b7e15009d2d747e4d843dc8422907e18.zip cpython-a90b7132b7e15009d2d747e4d843dc8422907e18.tar.gz cpython-a90b7132b7e15009d2d747e4d843dc8422907e18.tar.bz2 |
Merge
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |