]> granicus.if.org Git - python/commit
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
authorRoss Lagerwall <rosslagerwall@gmail.com>
Mon, 31 Oct 2011 18:34:46 +0000 (20:34 +0200)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Mon, 31 Oct 2011 18:34:46 +0000 (20:34 +0200)
commit59142db6d35f00142cd9982878e75d43cbda7a68
treecf1d1ca5ffda256d0b9fe259c7c5726d3e897482
parentab06e3f285ae61e5abc48b350034c94b7d624fda
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
Doc/library/functions.rst
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/fileio.c