mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Update e-mail address
This commit is contained in:
parent
09a5f5eb26
commit
587e970be6
3 changed files with 4 additions and 4 deletions
|
|
@ -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`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue