From: Benjamin Peterson Date: Fri, 1 May 2009 20:45:43 +0000 (+0000) Subject: add myself X-Git-Tag: v3.1b1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef9f2bde372d2213baa71467731be9d0e5317160;p=python add myself --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 4f6ee5a468..57fc825760 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -8,6 +8,7 @@ .. moduleauthor:: Mark Russell .. moduleauthor:: Antoine Pitrou .. moduleauthor:: Amaury Forgeot d'Arc +.. moduleauthor:: Benjamin Peterson .. sectionauthor:: Benjamin Peterson The :mod:`io` module provides the Python interfaces to stream handling. The diff --git a/Lib/io.py b/Lib/io.py index 1315708632..87fab92ba7 100644 --- a/Lib/io.py +++ b/Lib/io.py @@ -47,7 +47,8 @@ __author__ = ("Guido van Rossum , " "Mike Verdone , " "Mark Russell , " "Antoine Pitrou , " - "Amaury Forgeot d'Arc ") + "Amaury Forgeot d'Arc , " + "Benjamin Peterson ") __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO", "BytesIO", "StringIO", "BufferedIOBase",