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 pitrou
Recipients karaken12, pitrou, r.david.murray, tarek
Date 2010-10-03.20:24:19
SpamBayes Score 4.6991376e-05
Marked as misclassified No
Message-id <1286137462.96.0.013824900872.issue10016@psf.upfronthosting.co.za>
In-reply-to
Content
The use of fdst.truncate() is indeed wrong, since truncate() in 3.x is defined as truncating up to the current file position (which has been moved forward by the latest seek()).
History
Date User Action Args
2010-10-03 20:24:23pitrousetrecipients: + pitrou, tarek, r.david.murray, karaken12
2010-10-03 20:24:22pitrousetmessageid: <1286137462.96.0.013824900872.issue10016@psf.upfronthosting.co.za>
2010-10-03 20:24:20pitroulinkissue10016 messages
2010-10-03 20:24:19pitroucreate