[issue27805] In Python 3, open('/dev/stdout', 'a') raises OSError with errno=ESPIPE

Antti Haapala report at bugs.python.org
Sat Aug 20 07:51:49 EDT 2016


Antti Haapala added the comment:

Presumably the case was that a *named* log file is opened with 'a' mode, and one could pass '/dev/stdout' just like any other name of a file, and it did work, but not in Python 3.5.

----------
nosy: +ztane

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27805>
_______________________________________


More information about the Python-bugs-list mailing list