[Python-checkins] python/dist/src/Doc/lib libmmap.tex,1.11,1.12

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


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

Modified Files:
	libmmap.tex 
Log Message:
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.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- libmmap.tex	3 Mar 2005 11:22:41 -0000	1.11
+++ libmmap.tex	24 Aug 2005 07:17:40 -0000	1.12
@@ -132,6 +132,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