diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 07:17:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 07:17:40 (GMT) |
commit | 38387b8b910beeea9c6c2ed6c7b1bd26724bd813 (patch) | |
tree | 2dd64e20abe6477fa895c7ca8cd9acd086725203 /Misc | |
parent | 76fb6d84d08c636a51073c5a51b93db14b06555e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |