[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.76, 1.1193.2.77

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Aug 24 09:17:45 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20590/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.76
retrieving revision 1.1193.2.77
diff -u -d -r1.1193.2.76 -r1.1193.2.77
--- NEWS	24 Aug 2005 06:44:56 -0000	1.1193.2.76
+++ NEWS	24 Aug 2005 07:17:34 -0000	1.1193.2.77
@@ -50,6 +50,9 @@
 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.
 



More information about the Python-checkins mailing list