From: Benjamin Peterson Date: Sat, 19 Apr 2008 19:32:08 +0000 (+0000) Subject: the io module was added in 2.6 (I know not really, but the end user isn't going to... X-Git-Tag: v3.0a5~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=701416426e3b91ae70f24c998a34aff5dfb97017;p=thirdparty%2FPython%2Fcpython.git the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.) --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 4fb79b9d40bd..2e23653a0649 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -7,6 +7,7 @@ .. 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.