diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-04-19 19:32:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-04-19 19:32:08 (GMT) |
commit | 701416426e3b91ae70f24c998a34aff5dfb97017 (patch) | |
tree | 545e7ba6f3e23fb8564d9caad0060af687b21d76 /Doc/library/io.rst | |
parent | dae2a8939df14692b59d66b13c587a0a4197700e (diff) | |
download | cpython-701416426e3b91ae70f24c998a34aff5dfb97017.zip cpython-701416426e3b91ae70f24c998a34aff5dfb97017.tar.gz cpython-701416426e3b91ae70f24c998a34aff5dfb97017.tar.bz2 |
the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.)
Diffstat (limited to 'Doc/library/io.rst')
-rw-r--r-- | Doc/library/io.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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. |