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

This commit is contained in:
Benjamin Peterson 2008-04-19 19:32:08 +00:00
parent dae2a8939d
commit 701416426e
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.. moduleauthor:: Mike Verdone <mike.verdone@gmail.com>
.. moduleauthor:: Mark Russell <mark.russell@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.