commit | 38387b8b910beeea9c6c2ed6c7b1bd26724bd813 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 24 07:17:40 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 24 07:17:40 2005 +0000 |
tree | 2dd64e20abe6477fa895c7ca8cd9acd086725203 | |
parent | 76fb6d84d08c636a51073c5a51b93db14b06555e [diff] [blame] |
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
diff --git a/Doc/lib/libmmap.tex b/Doc/lib/libmmap.tex index 0d7baa1..c7ab348 100644 --- a/Doc/lib/libmmap.tex +++ b/Doc/lib/libmmap.tex
@@ -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}