diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-19 21:24:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-19 21:24:29 (GMT) |
commit | e8dd0708a4110e5f1b5b72d2585e96e3bed0836a (patch) | |
tree | c6732b7a9193bc6325d9965ba687278a5d4ce4d5 /Doc/library/io.rst | |
parent | d198bbe4cf259c65f91eee9aa6ca687a318a602a (diff) | |
download | cpython-e8dd0708a4110e5f1b5b72d2585e96e3bed0836a.zip cpython-e8dd0708a4110e5f1b5b72d2585e96e3bed0836a.tar.gz cpython-e8dd0708a4110e5f1b5b72d2585e96e3bed0836a.tar.bz2 |
Reverted 62397; no versionadded/changed in 3.0 docs
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r-- | Doc/library/io.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2e23653..4fb79b9 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -7,7 +7,6 @@ .. moduleauthor:: Mike Verdone <mike.verdone@gmail.com> .. moduleauthor:: Mark Russell <mark.russell@zen.co.uk> .. sectionauthor:: Benjamin Peterson -.. versionadded:: 2.6 The :mod:`io` module provides the Python interfaces to stream handling. The builtin :func:`open` function is defined in this module. |