Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 587e970

Browse files
committed
Update e-mail address
1 parent 09a5f5e commit 587e970

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/gettext.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. module:: gettext
55
:synopsis: Multilingual internationalization services.
6-
.. moduleauthor:: Barry A. Warsaw <barry@zope.com>
7-
.. sectionauthor:: Barry A. Warsaw <barry@zope.com>
6+
.. moduleauthor:: Barry A. Warsaw <barry@python.org>
7+
.. sectionauthor:: Barry A. Warsaw <barry@python.org>
88

99
**Source code:** :source:`Lib/gettext.py`
1010

Doc/library/pickle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.. module:: pickle
1313
:synopsis: Convert Python objects to streams of bytes and back.
1414
.. sectionauthor:: Jim Kerr <[email protected]>.
15-
.. sectionauthor:: Barry Warsaw <barry@zope.com>
15+
.. sectionauthor:: Barry Warsaw <barry@python.org>
1616

1717

1818
The :mod:`pickle` module implements a fundamental, but powerful algorithm for

Doc/library/smtpd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. module:: smtpd
55
:synopsis: A SMTP server implementation in Python.
66

7-
.. moduleauthor:: Barry Warsaw <barry@zope.com>
7+
.. moduleauthor:: Barry Warsaw <barry@python.org>
88
.. sectionauthor:: Moshe Zadka <[email protected]>
99

1010
**Source code:** :source:`Lib/smtpd.py`

0 commit comments

Comments
 (0)