From ef9f2bde372d2213baa71467731be9d0e5317160 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 1 May 2009 20:45:43 +0000 Subject: add myself --- Doc/library/io.rst | 1 + Lib/io.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 .. 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 1315708..87fab92 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", -- cgit v0.12