[Python-checkins] python/dist/src/Lib/test/output test_mmap, 1.9, 1.10

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:23:14 CET 2005


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

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


Index: test_mmap
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_mmap,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- test_mmap	5 Sep 2002 21:48:06 -0000	1.9
+++ test_mmap	3 Mar 2005 11:22:41 -0000	1.10
@@ -31,4 +31,6 @@
   Modifying copy-on-write memory map.
   Ensuring copy-on-write maps cannot be resized.
   Ensuring invalid access parameter raises exception.
+  Ensuring that passing 0 as map length sets map size to current file size.
+  Ensuring that passing 0 as map length sets map size to current file size.
  Test passed



More information about the Python-checkins mailing list