This commit is contained in:
Richard Oudkerk 2013-02-13 15:21:23 +00:00
commit a90b7132b7

View file

@ -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.