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 vstinner
Recipients docs@python, eryksun, georg.brandl, nicksjacobson, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-10-16.09:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413451762.78.0.437531284517.issue22651@psf.upfronthosting.co.za>
In-reply-to
Content
> This is a somewhat unfortunate difference between the major C libs and Python's new IO, but probably too late to change.

Well, it's easy to workaround it: just all file.seek(0, 2) after open() to always to the end ;-) (or file.seek(0) to always go the beginning).
History
Date User Action Args
2014-10-16 09:29:22vstinnersetrecipients: + vstinner, georg.brandl, pitrou, tim.golden, docs@python, zach.ware, eryksun, steve.dower, nicksjacobson
2014-10-16 09:29:22vstinnersetmessageid: <1413451762.78.0.437531284517.issue22651@psf.upfronthosting.co.za>
2014-10-16 09:29:22vstinnerlinkissue22651 messages
2014-10-16 09:29:22vstinnercreate