]> granicus.if.org Git - python/commitdiff
Remove obsolete e-mail address
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Nov 2001 21:25:42 +0000 (21:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Nov 2001 21:25:42 +0000 (21:25 +0000)
Demo/curses/life.py
Doc/whatsnew/whatsnew20.tex
Doc/whatsnew/whatsnew21.tex
Modules/mmapmodule.c

index b4797bf0af5d8836231ff3e865ef6082d98bc807..37d36e811d6a0075a487d20169c55dcda4001ccd 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # life.py -- A curses-based version of Conway's Game of Life.
-# Contributed by A.M. Kuchling <amk1@bigfoot.com>
+# Contributed by AMK
 #
 # An empty board will be displayed, and the following commands are available:
 #  E : Erase the board
index 4817dcfcf8f50d4eaa3ff5f547f1109c2a646d98..229f9ee471f4dbdc1c2a60e42bd13dd68b5ab896 100644 (file)
@@ -5,7 +5,7 @@
 \title{What's New in Python 2.0}
 \release{1.01}
 \author{A.M. Kuchling and Moshe Zadka}
-\authoraddress{\email{amk1@bigfoot.com}, \email{moshez@math.huji.ac.il} }
+\authoraddress{\email{akuchlin@mems-exchange.org}, \email{moshez@math.huji.ac.il} }
 \begin{document}
 \maketitle\tableofcontents
 
index 4a5ad7f0ec803a1826fdf91d58f5b353f8518e56..d296f4ce8deea4f1f27918a1eb86ed8553259bf2 100644 (file)
@@ -7,7 +7,7 @@
 \title{What's New in Python 2.1}
 \release{1.00}
 \author{A.M. Kuchling}
-\authoraddress{\email{amk1@bigfoot.com}}
+\authoraddress{\email{akuchlin@mems-exchange.org}}
 \begin{document}
 \maketitle\tableofcontents
 
index d5bc89f309d55842a73714b6c4d729dafdd3859d..8d57e90deddbd47098a45d390329751ff63a1599 100644 (file)
@@ -1,6 +1,6 @@
 /*
  /  Author: Sam Rushing <rushing@nightmare.com>
- /  Hacked for Unix by A.M. Kuchling <amk1@bigfoot.com> 
+ /  Hacked for Unix by AMK
  /  $Id$
 
  / mmapmodule.cpp -- map a view of a file into memory