[Python-3000-checkins] r62397 - python/branches/py3k/Doc/library/io.rst

benjamin.peterson python-3000-checkins at python.org
Sat Apr 19 21:32:08 CEST 2008


Author: benjamin.peterson
Date: Sat Apr 19 21:32:08 2008
New Revision: 62397

Log:
the io module was added in 2.6 (I know not really, but the end user isn't going to care about backporting.)


Modified:
   python/branches/py3k/Doc/library/io.rst

Modified: python/branches/py3k/Doc/library/io.rst
==============================================================================
--- python/branches/py3k/Doc/library/io.rst	(original)
+++ python/branches/py3k/Doc/library/io.rst	Sat Apr 19 21:32:08 2008
@@ -7,6 +7,7 @@
 .. moduleauthor:: Mike Verdone <mike.verdone at gmail.com>
 .. moduleauthor:: Mark Russell <mark.russell at 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.


More information about the Python-3000-checkins mailing list