]> granicus.if.org Git - python/commitdiff
versionadded
authorBenjamin Peterson <benjamin@python.org>
Sat, 28 Aug 2010 20:56:50 +0000 (20:56 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 28 Aug 2010 20:56:50 +0000 (20:56 +0000)
Doc/library/io.rst

index 608f4f8020b0d659258003230c49ee6704adc4fd..f3cd261f132cb93e9034a526cc8e185a852e4c70 100644 (file)
@@ -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