summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 07:17:35 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 07:17:35 (GMT)
commita6161e476dc862464f8c55a92bc101d8241af54f (patch)
treeb329934de126809265e649c3a3da992e63aeaef8 /Misc/NEWS
parent98fa1ca6cacde3af0bce3dfcf753a0048d742854 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 808d58b..1fad9f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.