[Python-checkins] python/dist/src/Misc NEWS,1.1256,1.1257

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:22:47 CET 2005


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

Modified Files:
	NEWS 
Log Message:
Patches #749830, #1144555: allow UNIX mmap size to default to current
file size.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1256
retrieving revision 1.1257
diff -u -d -r1.1256 -r1.1257
--- NEWS	3 Mar 2005 11:08:03 -0000	1.1256
+++ NEWS	3 Mar 2005 11:22:41 -0000	1.1257
@@ -36,6 +36,9 @@
 Extension Modules
 -----------------
 
+- Patches #749830, #1144555: allow UNIX mmap size to default to current 
+  file size.
+
 - Added functional.partial().  See PEP309.
 
 - Patch #1093585: raise a ValueError for negative history items in readline.



More information about the Python-checkins mailing list