diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-28 20:56:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-28 20:56:50 (GMT) |
commit | 183515c5d4baff4c794072a6196a86564ad1ddc5 (patch) | |
tree | e34e0f4149cc63f9d67858a2657e6c99483a9ec5 /Doc | |
parent | d387a31f38dd90ab6e8e0722b09934a35333d290 (diff) | |
download | cpython-183515c5d4baff4c794072a6196a86564ad1ddc5.zip cpython-183515c5d4baff4c794072a6196a86564ad1ddc5.tar.gz cpython-183515c5d4baff4c794072a6196a86564ad1ddc5.tar.bz2 |
versionadded
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/io.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 608f4f8..f3cd261 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -11,6 +11,8 @@ .. moduleauthor:: Benjamin Peterson <benjamin@python.org> .. sectionauthor:: Benjamin Peterson <benjamin@python.org> +.. versionadded:: 2.6 + The :mod:`io` module provides the Python interfaces to stream handling. Under Python 2.x, this is proposed as an alternative to the built-in :class:`file` object, but in Python 3.x it is the default interface to |