[docs] [issue12760] Add create mode to open()

STINNER Victor report at bugs.python.org
Tue Aug 16 15:57:33 CEST 2011


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

I'm not sure that O_EXCL is portable (exist on all platforms) because Python source code uses "#ifdef O_EXCL".

----------
nosy: +haypo

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


More information about the docs mailing list