commit | 38387b8b910beeea9c6c2ed6c7b1bd26724bd813 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 24 07:17:40 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 24 07:17:40 2005 +0000 |
tree | 2dd64e20abe6477fa895c7ca8cd9acd086725203 | |
parent | 76fb6d84d08c636a51073c5a51b93db14b06555e [diff] [blame] |
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
diff --git a/Misc/NEWS b/Misc/NEWS index 0171492..5bd2dc2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -128,6 +128,9 @@ 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.