diff options
| author | Benjamin Peterson <benjamin@python.org> | 2008-04-19 21:24:29 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2008-04-19 21:24:29 +0000 |
| commit | e8dd0708a4110e5f1b5b72d2585e96e3bed0836a (patch) | |
| tree | c6732b7a9193bc6325d9965ba687278a5d4ce4d5 | |
| parent | d198bbe4cf259c65f91eee9aa6ca687a318a602a (diff) | |
| download | cpython-git-e8dd0708a4110e5f1b5b72d2585e96e3bed0836a.tar.gz | |
Reverted 62397; no versionadded/changed in 3.0 docs
| -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 2e23653a06..4fb79b9d40 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. |
