diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 07:17:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 07:17:35 (GMT) |
commit | a6161e476dc862464f8c55a92bc101d8241af54f (patch) | |
tree | b329934de126809265e649c3a3da992e63aeaef8 /Misc/NEWS | |
parent | 98fa1ca6cacde3af0bce3dfcf753a0048d742854 (diff) | |
download | cpython-a6161e476dc862464f8c55a92bc101d8241af54f.zip cpython-a6161e476dc862464f8c55a92bc101d8241af54f.tar.gz cpython-a6161e476dc862464f8c55a92bc101d8241af54f.tar.bz2 |
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ Core and builtins Extension Modules ----------------- +- Bug #728515: mmap.resize() now resizes the file on Unix as it did + on Windows. + - Bug #1234979: For the argument of thread.Lock.acquire, the Windows implemented treated all integer values except 1 as false. |