[Python-checkins] python/dist/src/Doc/lib libmmap.tex, 1.9.4.1, 1.9.4.2

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


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

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



Index: libmmap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmmap.tex,v
retrieving revision 1.9.4.1
retrieving revision 1.9.4.2
diff -u -d -r1.9.4.1 -r1.9.4.2
--- libmmap.tex	19 Jan 2005 03:42:09 -0000	1.9.4.1
+++ libmmap.tex	24 Aug 2005 07:17:35 -0000	1.9.4.2
@@ -130,6 +130,7 @@
 \end{methoddesc}
 
 \begin{methoddesc}{resize}{\var{newsize}}
+  Resizes the map and the underlying file, if any.
   If the mmap was created with \constant{ACCESS_READ} or
   \constant{ACCESS_COPY}, resizing the map will throw a \exception{TypeError} exception.
 \end{methoddesc}



More information about the Python-checkins mailing list