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

Georg Brandl g.brandl at gmx.net
Sat Apr 19 23:14:35 CEST 2008


Please revert this -- there are to be no versionadded/changed tags in the 3.0
documentation.

Georg

benjamin.peterson schrieb:
> 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.


-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-3000-checkins mailing list