From 701416426e3b91ae70f24c998a34aff5dfb97017 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 19 Apr 2008 19:32:08 +0000 Subject: the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.) --- Doc/library/io.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 4fb79b9..2e23653 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. -- cgit v0.12