From: Benjamin Peterson Date: Sat, 28 Aug 2010 20:56:50 +0000 (+0000) Subject: versionadded X-Git-Tag: v2.7.1rc1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=183515c5d4baff4c794072a6196a86564ad1ddc5;p=python versionadded --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 608f4f8020..f3cd261f13 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -11,6 +11,8 @@ .. moduleauthor:: Benjamin Peterson .. sectionauthor:: Benjamin Peterson +.. 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