diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:34:36 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 21:34:36 (GMT) |
commit | 1f774b062e1ae6dcd4e8718b13f8318b5027a5b1 (patch) | |
tree | 28765a25703749118b41a207e3f4c9ad15beb718 /Doc | |
parent | e5a611c1bc70051f7fe464b1b4a24d02b9a77023 (diff) | |
download | cpython-1f774b062e1ae6dcd4e8718b13f8318b5027a5b1.zip cpython-1f774b062e1ae6dcd4e8718b13f8318b5027a5b1.tar.gz cpython-1f774b062e1ae6dcd4e8718b13f8318b5027a5b1.tar.bz2 |
Update obsolete e-mail address, and remove myself as a module author
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 0ee2ba2..7100753 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -1,9 +1,8 @@ \section{\module{re} --- Regular expression operations} \declaremodule{standard}{re} -\moduleauthor{Andrew M. Kuchling}{amk1@bigfoot.com} \moduleauthor{Fredrik Lundh}{effbot@telia.com} -\sectionauthor{Andrew M. Kuchling}{amk1@bigfoot.com} +\sectionauthor{Andrew M. Kuchling}{akuchlin@mems-exchange.org} \modulesynopsis{Regular expression search and match operations with a |