[issue12103] Documentation of open() does not claim 'e' support in mode string

STINNER Victor report at bugs.python.org
Sun May 22 15:58:59 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Issue #12105 adds os.O_CLOEXEC flag, so we will be able to write open(os.open(filename, os.O_RDONLY|os.O_CLOEXEC)). Do you want to work on a doc patch?

----------

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


More information about the Python-bugs-list mailing list