mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Changed obsolete e-mail alias
This commit is contained in:
parent
8e9d23b250
commit
af5b76677f
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ built-in modules for DES and IDEA encryption, provides a Python module
|
|||
for reading and decrypting PGP files, and then some. These modules
|
||||
are not distributed with Python but available separately. See the URL
|
||||
\url{http://starship.python.net/crew/amk/python/crypto.html} or
|
||||
send email to \email{akuchlin@acm.org} for more information.
|
||||
send email to \email{amk1@bigfoot.com} for more information.
|
||||
\index{PGP}
|
||||
\index{Pretty Good Privacy}
|
||||
\indexii{DES}{cipher}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
\section{\module{re} ---
|
||||
Perl-style regular expression operations.}
|
||||
\declaremodule{standard}{re}
|
||||
\moduleauthor{Andrew M. Kuchling}{akuchling@acm.org}
|
||||
\sectionauthor{Andrew M. Kuchling}{akuchling@acm.org}
|
||||
\moduleauthor{Andrew M. Kuchling}{amk1@bigfoot.com}
|
||||
\sectionauthor{Andrew M. Kuchling}{amk1@bigfoot.com}
|
||||
|
||||
|
||||
\modulesynopsis{Perl-style regular expression search and match
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue