commit | f34c4c6a7787cbc0fa820a90866fcf18b38818ee | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 28 19:59:22 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 28 19:59:22 2010 +0000 |
tree | 255984d3638260be2c43f5a1cb80929874e8817f | |
parent | 379eaac7a7850ff0e05c2af161cda497e639718a [diff] |
Merged revisions 80591-80592 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80591 | antoine.pitrou | 2010-04-28 21:53:35 +0200 (mer., 28 avril 2010) | 4 lines State clearly that truncate() doesn't move the file position, and remove a duplicate of its specification. ........ r80592 | antoine.pitrou | 2010-04-28 21:57:33 +0200 (mer., 28 avril 2010) | 3 lines Clarify and fix the documentation for IOBase.close() ........