]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update e-mail address
authorAndrew Kuchling <amk@amk.ca>
Tue, 12 Nov 2013 15:02:35 +0000 (10:02 -0500)
committerAndrew Kuchling <amk@amk.ca>
Tue, 12 Nov 2013 15:02:35 +0000 (10:02 -0500)
Doc/library/gettext.rst
Doc/library/pickle.rst
Doc/library/smtpd.rst

index 825311bfdc2baf8b4bbcdfd5c623657b7d394716..1efa54fcd8ae27e899333c661047ac3c23b69f13 100644 (file)
@@ -3,8 +3,8 @@
 
 .. module:: gettext
    :synopsis: Multilingual internationalization services.
-.. moduleauthor:: Barry A. Warsaw <barry@zope.com>
-.. sectionauthor:: Barry A. Warsaw <barry@zope.com>
+.. moduleauthor:: Barry A. Warsaw <barry@python.org>
+.. sectionauthor:: Barry A. Warsaw <barry@python.org>
 
 **Source code:** :source:`Lib/gettext.py`
 
index 0354a3013dba3b6cb3c96fc1f2114b23bffc16fd..a99117c72a6fea79732682ac3741db44893acb9e 100644 (file)
@@ -12,7 +12,7 @@
 .. module:: pickle
    :synopsis: Convert Python objects to streams of bytes and back.
 .. 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
index 2ca71ffc3ccd1d2a5955951a30b94d94f75a998e..f3058187d4565f36f2a7354d837576d2b976905b 100644 (file)
@@ -4,7 +4,7 @@
 .. module:: smtpd
    :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>
 
 **Source code:** :source:`Lib/smtpd.py`