mirror of https://github.com/python/cpython
Update e-mail address
This commit is contained in:
parent
09a5f5eb26
commit
587e970be6
|
@ -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`
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue