diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-19 20:22:56 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2002-10-19 20:22:56 (GMT) |
commit | e7c38d48ff920e5b669a4807564ae0d675510983 (patch) | |
tree | f0b8134ee7d9b7ed05b6bcd28c1a5ad50bce1f18 | |
parent | 37a09822789d6ee3e6cb4e724f8e59e23b9ec83a (diff) | |
download | cpython-e7c38d48ff920e5b669a4807564ae0d675510983.zip cpython-e7c38d48ff920e5b669a4807564ae0d675510983.tar.gz cpython-e7c38d48ff920e5b669a4807564ae0d675510983.tar.bz2 |
fixed the mail address in the documentation, too...
-rw-r--r-- | Doc/lib/libre.tex | 2 | ||||
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 97d08a1..3dab1c4 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -1,7 +1,7 @@ \section{\module{re} --- Regular expression operations} \declaremodule{standard}{re} -\moduleauthor{Fredrik Lundh}{effbot@telia.com} +\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com} \sectionauthor{Andrew M. Kuchling}{akuchlin@mems-exchange.org} diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 8b26a1f..da96892 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -2,7 +2,7 @@ \declaremodule{standard}{xmlrpclib} \modulesynopsis{XML-RPC client access.} -\moduleauthor{Fredrik Lundh}{effbot@telia.com} +\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} % Not everyting is documented yet. It might be good to describe |