[Python-checkins] r84350 - python/branches/release27-maint/Doc/library/io.rst

benjamin.peterson python-checkins at python.org
Sat Aug 28 22:56:50 CEST 2010


Author: benjamin.peterson
Date: Sat Aug 28 22:56:50 2010
New Revision: 84350

Log:
versionadded

Modified:
   python/branches/release27-maint/Doc/library/io.rst

Modified: python/branches/release27-maint/Doc/library/io.rst
==============================================================================
--- python/branches/release27-maint/Doc/library/io.rst	(original)
+++ python/branches/release27-maint/Doc/library/io.rst	Sat Aug 28 22:56:50 2010
@@ -11,6 +11,8 @@
 .. moduleauthor:: Benjamin Peterson <benjamin at python.org>
 .. sectionauthor:: Benjamin Peterson <benjamin at 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


More information about the Python-checkins mailing list