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, r.david.murray, vstinner, ztane
Date 2016-08-21.03:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471749181.71.0.994063155541.issue27805@psf.upfronthosting.co.za>
In-reply-to
Content
Handling ESPIPE for append mode seems reasonable to me, even as a bug fix for existing versions.

But there is a similar problem with "r+" and "w+" modes and unseekable files (unless buffering=0). See Issue 20074. So we can’t say in general that Python 3 faithfully implements all aspects of Python 2’s / C’s / Posix’s file modes.
History
Date User Action Args
2016-08-21 03:13:01martin.pantersetrecipients: + martin.panter, hathawsh, vstinner, r.david.murray, ztane
2016-08-21 03:13:01martin.pantersetmessageid: <1471749181.71.0.994063155541.issue27805@psf.upfronthosting.co.za>
2016-08-21 03:13:01martin.panterlinkissue27805 messages
2016-08-21 03:13:01martin.pantercreate