summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-12 15:02:35 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-11-12 15:02:35 (GMT)
commit587e970be60ec14c017d5bfef93275f6a6c8dbac (patch)
tree4371312d0a2494bf632f4ba5f05ee37b24e3c8bc /Doc
parent09a5f5eb263dbf747c7a05372887c0371f654f08 (diff)
downloadcpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.zip
cpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.tar.gz
cpython-587e970be60ec14c017d5bfef93275f6a6c8dbac.tar.bz2
Update e-mail address
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/gettext.rst4
-rw-r--r--Doc/library/pickle.rst2
-rw-r--r--Doc/library/smtpd.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst
index 825311b..1efa54f 100644
--- a/Doc/library/gettext.rst
+++ b/Doc/library/gettext.rst
@@ -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`
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
index 0354a30..a99117c 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -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
diff --git a/Doc/library/smtpd.rst b/Doc/library/smtpd.rst
index 2ca71ff..f305818 100644
--- a/Doc/library/smtpd.rst
+++ b/Doc/library/smtpd.rst
@@ -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`