New submission from Éric Araujo <mer...@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@python
components: Documentation
messages: 147840
nosy: docs@python, eric.araujo
priority: normal
severity: normal
status: open
title: Add examples for open’s new opener argument
versions: Python 3.3

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

Reply via email to