commit | f9fc08f9f38e7e23801e3319908f613ca8c498a0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 28 19:59:32 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Apr 28 19:59:32 2010 +0000 |
tree | d7cc2b2bed197aef627d55d02cc076ff0cbf90ad | |
parent | 6ac91723bd78dd1b9ae05e3efefe9b36e9aaad84 [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() ........