summaryrefslogtreecommitdiffstats
path: root/Doc/library/io.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-11-03 21:06:52 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-11-03 21:06:52 (GMT)
commit8f423c9359f75d26ee20c1e18f002743046abd72 (patch)
tree6a550df41d8e1707e85a41103fef08f0903d7b7e /Doc/library/io.rst
parent0167edf8036eacc65fcfaead8ded157e7c7499ad (diff)
downloadcpython-8f423c9359f75d26ee20c1e18f002743046abd72.zip
cpython-8f423c9359f75d26ee20c1e18f002743046abd72.tar.gz
cpython-8f423c9359f75d26ee20c1e18f002743046abd72.tar.bz2
Add examples for opener argument of open (#13424).
Patch by Guillaume Pratte.
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r--Doc/library/io.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst
index e83e55c..44e663d 100644
--- a/Doc/library/io.rst
+++ b/Doc/library/io.rst
@@ -498,6 +498,9 @@ Raw File I/O
:mod:`os.open` as *opener* results in functionality similar to passing
``None``).
+ See the :func:`open` built-in function for examples on using the *opener*
+ parameter.
+
.. versionchanged:: 3.3
The *opener* parameter was added.
The ``'x'`` mode was added.