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 hathawsh, martin.panter, vstinner
Date 2016-08-20.00:15:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471652146.6.0.0785899653023.issue27805@psf.upfronthosting.co.za>
In-reply-to
Content
The origin of this seems to be r68835 and Issue 5008. Victor mentioned imitating the Gnu C library. Maybe there is a better way that also supports non-seekable files better, perhaps handle ESPIPE without failing.

This also affects Python 2, if you consider io.open() or io.FileIO directly.
History
Date User Action Args
2016-08-20 00:15:46martin.pantersetrecipients: + martin.panter, hathawsh, vstinner
2016-08-20 00:15:46martin.pantersetmessageid: <1471652146.6.0.0785899653023.issue27805@psf.upfronthosting.co.za>
2016-08-20 00:15:46martin.panterlinkissue27805 messages
2016-08-20 00:15:46martin.pantercreate