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 martin.panter
Recipients James Hennessy, martin.panter, r.david.murray, serhiy.storchaka
Date 2016-04-10.23:52:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460332345.99.0.862545107012.issue26730@psf.upfronthosting.co.za>
In-reply-to
Content
David: I guess the seek() is to support rollover() when you are positioned halfway through the file.

Serhiy’s patch seems to be about the best we can do, although it does break the documented promise that the “ ‘_file’ attribute is either an io.BytesIO or io.StringIO”.
History
Date User Action Args
2016-04-10 23:52:26martin.pantersetrecipients: + martin.panter, r.david.murray, serhiy.storchaka, James Hennessy
2016-04-10 23:52:25martin.pantersetmessageid: <1460332345.99.0.862545107012.issue26730@psf.upfronthosting.co.za>
2016-04-10 23:52:25martin.panterlinkissue26730 messages
2016-04-10 23:52:25martin.pantercreate