summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-10-30 21:08:34 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-10-30 21:08:34 (GMT)
commit3adefccdcb26ca547e26184018b55e4243a568b1 (patch)
tree17a8df4aa05cf5e082bcb67cce5813ce3f40ba05
parent0e2e687ba06eb30693dac16ba3e7deb4e9475a2e (diff)
downloadcpython-3adefccdcb26ca547e26184018b55e4243a568b1.zip
cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.gz
cpython-3adefccdcb26ca547e26184018b55e4243a568b1.tar.bz2
Use personal e-mail address
-rw-r--r--Doc/lib/libcursespanel.tex2
-rw-r--r--Doc/lib/libre.tex2
-rw-r--r--Modules/_cursesmodule.c3
-rw-r--r--Modules/shamodule.c2
4 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libcursespanel.tex b/Doc/lib/libcursespanel.tex
index 2b1203b..519091e 100644
--- a/Doc/lib/libcursespanel.tex
+++ b/Doc/lib/libcursespanel.tex
@@ -2,7 +2,7 @@
A panel stack extension for curses.}
\declaremodule{standard}{curses.panel}
-\sectionauthor{A.M. Kuchling}{akuchlin@mems-exchange.org}
+\sectionauthor{A.M. Kuchling}{amk@amk.ca}
\modulesynopsis{A panel stack extension that adds depth to
curses windows.}
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index 3dab1c4..b8aeb40 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -2,7 +2,7 @@
Regular expression operations}
\declaremodule{standard}{re}
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
-\sectionauthor{Andrew M. Kuchling}{akuchlin@mems-exchange.org}
+\sectionauthor{Andrew M. Kuchling}{amk@amk.ca}
\modulesynopsis{Regular expression search and match operations with a
diff --git a/Modules/_cursesmodule.c b/Modules/_cursesmodule.c
index 8d7c3d0..5361446 100644
--- a/Modules/_cursesmodule.c
+++ b/Modules/_cursesmodule.c
@@ -8,8 +8,7 @@
* Version 1.5b1, heavily extended for ncurses by Oliver Andrich:
* Copyright 1996,1997 by Oliver Andrich, Koblenz, Germany.
*
- * Tidied for Python 1.6, and currently maintained by
- * <akuchlin@mems-exchange.org>.
+ * Tidied for Python 1.6, and currently maintained by <amk@amk.ca>.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this source file to use, copy, modify, merge, or publish it
diff --git a/Modules/shamodule.c b/Modules/shamodule.c
index 5b9040d..1b3b76a 100644
--- a/Modules/shamodule.c
+++ b/Modules/shamodule.c
@@ -5,7 +5,7 @@
/* See below for information about the original code this module was
based upon. Additional work performed by:
- Andrew Kuchling (akuchlin@mems-exchange.org)
+ Andrew Kuchling (amk@amk.ca)
Greg Stein (gstein@lyra.org)
*/