From: Benjamin Peterson Date: Sun, 11 Jan 2009 19:48:15 +0000 (+0000) Subject: add email addresses X-Git-Tag: v2.7a1~2321 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a37034db7f6984a7588d262461f8518c4f6ae3;p=thirdparty%2FPython%2Fcpython.git add email addresses --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 40234ef6362c..375bd10e965f 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -3,7 +3,7 @@ 2to3 - Automated Python 2 to 3 code translation =============================================== -.. sectionauthor:: Benjamin Peterson +.. sectionauthor:: Benjamin Peterson 2to3 is a Python program that reads Python 2.x source code and applies a series of *fixers* to transform it into valid Python 3.x code. The standard library diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 86407be21c85..9e870b1cc052 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -6,7 +6,7 @@ .. moduleauthor:: Guido van Rossum .. moduleauthor:: Mike Verdone .. moduleauthor:: Mark Russell -.. sectionauthor:: Benjamin Peterson +.. sectionauthor:: Benjamin Peterson .. versionadded:: 2.6 The :mod:`io` module provides the Python interfaces to stream handling. The