summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 07:17:40 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 07:17:40 (GMT)
commit38387b8b910beeea9c6c2ed6c7b1bd26724bd813 (patch)
tree2dd64e20abe6477fa895c7ca8cd9acd086725203 /Misc
parent76fb6d84d08c636a51073c5a51b93db14b06555e (diff)
downloadcpython-38387b8b910beeea9c6c2ed6c7b1bd26724bd813.zip
cpython-38387b8b910beeea9c6c2ed6c7b1bd26724bd813.tar.gz
cpython-38387b8b910beeea9c6c2ed6c7b1bd26724bd813.tar.bz2
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0171492..5bd2dc2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #728515: mmap.resize() now resizes the file on Unix as it did
+ on Windows.
+
- Patch #1180695: Add nanosecond stat resolution, and st_gen,
st_birthtime for FreeBSD.