Update e-mail address

This commit is contained in:
Andrew Kuchling 2013-11-12 10:02:35 -05:00
parent 09a5f5eb26
commit 587e970be6
3 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
.. module:: gettext .. module:: gettext
:synopsis: Multilingual internationalization services. :synopsis: Multilingual internationalization services.
.. moduleauthor:: Barry A. Warsaw <barry@zope.com> .. moduleauthor:: Barry A. Warsaw <barry@python.org>
.. sectionauthor:: Barry A. Warsaw <barry@zope.com> .. sectionauthor:: Barry A. Warsaw <barry@python.org>
**Source code:** :source:`Lib/gettext.py` **Source code:** :source:`Lib/gettext.py`

View file

@ -12,7 +12,7 @@
.. module:: pickle .. module:: pickle
:synopsis: Convert Python objects to streams of bytes and back. :synopsis: Convert Python objects to streams of bytes and back.
.. sectionauthor:: Jim Kerr <jbkerr@sr.hp.com>. .. sectionauthor:: Jim Kerr <jbkerr@sr.hp.com>.
.. sectionauthor:: Barry Warsaw <barry@zope.com> .. sectionauthor:: Barry Warsaw <barry@python.org>
The :mod:`pickle` module implements a fundamental, but powerful algorithm for The :mod:`pickle` module implements a fundamental, but powerful algorithm for

View file

@ -4,7 +4,7 @@
.. module:: smtpd .. module:: smtpd
:synopsis: A SMTP server implementation in Python. :synopsis: A SMTP server implementation in Python.
.. moduleauthor:: Barry Warsaw <barry@zope.com> .. moduleauthor:: Barry Warsaw <barry@python.org>
.. sectionauthor:: Moshe Zadka <moshez@moshez.org> .. sectionauthor:: Moshe Zadka <moshez@moshez.org>
**Source code:** :source:`Lib/smtpd.py` **Source code:** :source:`Lib/smtpd.py`