]> granicus.if.org Git - python/commitdiff
Use personal e-mail address
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Oct 2002 21:08:34 +0000 (21:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 30 Oct 2002 21:08:34 +0000 (21:08 +0000)
Doc/lib/libcursespanel.tex
Doc/lib/libre.tex
Modules/_cursesmodule.c
Modules/shamodule.c

index 2b1203bf344d5eacb1d8a9d8ee4cb2f87114ad11..519091ebb4c3cad11ff62157b54b607cab3f6093 100644 (file)
@@ -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.}
 
index 3dab1c40ed1d768079cef58b76f1a4cda4aad890..b8aeb40c8b3a8352761c561a6a02f996d335fb20 100644 (file)
@@ -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
index 8d7c3d0267005e5876e44bd1190698dbf01473b5..536144684c01e32fc477e8c00b80e7c894f0a20b 100644 (file)
@@ -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
index 5b9040d9a6744d328253e5d474e7c540cf1ee740..1b3b76a09fda1b424e42089edabbb3bb547238b0 100644 (file)
@@ -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)
 */