From: Benjamin Peterson Date: Sat, 19 Apr 2008 21:24:29 +0000 (+0000) Subject: Reverted 62397; no versionadded/changed in 3.0 docs X-Git-Tag: v3.0a5~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8dd0708a4110e5f1b5b72d2585e96e3bed0836a;p=thirdparty%2FPython%2Fcpython.git Reverted 62397; no versionadded/changed in 3.0 docs --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2e23653a0649..4fb79b9d40bd 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -7,7 +7,6 @@ .. moduleauthor:: Mike Verdone .. moduleauthor:: Mark Russell .. 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.