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

Antoine Pitrou report at bugs.python.org
Wed Aug 24 23:27:01 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> What if we can override the inner call to os.open()?
> For example, io.open() could grow an additional argument "fd_opener"
> which defaults to the equivalent of os.open.

I agree it would be a much better situation than what we have now.

----------

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


More information about the docs mailing list