diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-01 20:45:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-01 20:45:43 (GMT) |
commit | ef9f2bde372d2213baa71467731be9d0e5317160 (patch) | |
tree | 568927b83a12b2ac13a4aab0b5a7b31a6741d8ec /Doc | |
parent | d2e0c7955f972c8477260e8d9799dd45acd4607b (diff) | |
download | cpython-ef9f2bde372d2213baa71467731be9d0e5317160.zip cpython-ef9f2bde372d2213baa71467731be9d0e5317160.tar.gz cpython-ef9f2bde372d2213baa71467731be9d0e5317160.tar.bz2 |
add myself
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/io.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 4f6ee5a..57fc825 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -8,6 +8,7 @@ .. moduleauthor:: Mark Russell <mark.russell@zen.co.uk> .. moduleauthor:: Antoine Pitrou <solipsis@pitrou.net> .. moduleauthor:: Amaury Forgeot d'Arc <amauryfa@gmail.com> +.. moduleauthor:: Benjamin Peterson <benjamin@python.org> .. sectionauthor:: Benjamin Peterson <benjamin@python.org> The :mod:`io` module provides the Python interfaces to stream handling. The |