This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author karaken12
Recipients karaken12, pitrou, r.david.murray, tarek
Date 2010-10-04.11:12:47
SpamBayes Score 2.1993899e-06
Marked as misclassified No
Message-id <1286190769.52.0.201647397651.issue10016@psf.upfronthosting.co.za>
In-reply-to
Content
@pitrou
Hmm... the online docs and the contents of the doc directory on the trunk branch say differently:
"""
Resize the stream to the given *size* in bytes (or the current position if *size* is not specified).  The current stream position isn't changed. This resizing can extend or reduce the current file size.  In case of extension, the contents of the new file area depend on the platform (on most systems, additional bytes are zero-filled, on Windows they're undetermined).  The new file size is returned.
"""
Unless you know something else about this, I'm going to assume it's still okay to use.

@r.david.murray
Thanks for your comments -- I'm trying to put together some unit tests and documentation, against the Subversion trunk.

Tom
History
Date User Action Args
2010-10-04 11:12:49karaken12setrecipients: + karaken12, pitrou, tarek, r.david.murray
2010-10-04 11:12:49karaken12setmessageid: <1286190769.52.0.201647397651.issue10016@psf.upfronthosting.co.za>
2010-10-04 11:12:48karaken12linkissue10016 messages
2010-10-04 11:12:47karaken12create