[issue13424] Add examples for open’s new opener argument

Éric Araujo report at bugs.python.org
Fri Nov 18 10:52:13 CET 2011


New submission from Éric Araujo <merwok at netwok.org>:

The new opener argument to open and TextIOWrapper closed two bugs on this tracker: using O_CLOEXEC and replacing the unofficial 'c' mode (O_CREATE).  I think it’d be nice to have these as examples (maybe not in the docs of TextIOWrapper which are already huge, but for example in the os docs after the O_* constants).

----------
assignee: docs at python
components: Documentation
messages: 147840
nosy: docs at python, eric.araujo
priority: normal
severity: normal
status: open
title: Add examples for open’s new opener argument
versions: Python 3.3

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


More information about the Python-bugs-list mailing list