Martin Panter added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to