]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add email addresses
authorBenjamin Peterson <benjamin@python.org>
Sun, 11 Jan 2009 19:48:15 +0000 (19:48 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 11 Jan 2009 19:48:15 +0000 (19:48 +0000)
Doc/library/2to3.rst
Doc/library/io.rst

index 40234ef6362c68824f7c1574d9e2aafe2a3730ed..375bd10e965f976347f19e280e4fc5df4346c2a4 100644 (file)
@@ -3,7 +3,7 @@
 2to3 - Automated Python 2 to 3 code translation
 ===============================================
 
-.. sectionauthor:: Benjamin Peterson
+.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
 
 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
index 86407be21c85424f116998df6a02082272c5b7f2..9e870b1cc05284da48695a50b1cd62c1e8b1e72a 100644 (file)
@@ -6,7 +6,7 @@
 .. moduleauthor:: Guido van Rossum <guido@python.org>
 .. moduleauthor:: Mike Verdone <mike.verdone@gmail.com>
 .. moduleauthor:: Mark Russell <mark.russell@zen.co.uk>
-.. sectionauthor:: Benjamin Peterson
+.. sectionauthor:: Benjamin Peterson <benjamin@python.org>
 .. versionadded:: 2.6
 
 The :mod:`io` module provides the Python interfaces to stream handling.  The