add email addresses
This commit is contained in:
parent
987735c4ec
commit
51a37034db
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue