Commit 9a340b18 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove obsolete e-mail address

parent 6f3a9dfb
#!/usr/bin/env python #!/usr/bin/env python
# life.py -- A curses-based version of Conway's Game of Life. # 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: # An empty board will be displayed, and the following commands are available:
# E : Erase the board # E : Erase the board
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\title{What's New in Python 2.0} \title{What's New in Python 2.0}
\release{1.01} \release{1.01}
\author{A.M. Kuchling and Moshe Zadka} \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} \begin{document}
\maketitle\tableofcontents \maketitle\tableofcontents
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
\title{What's New in Python 2.1} \title{What's New in Python 2.1}
\release{1.00} \release{1.00}
\author{A.M. Kuchling} \author{A.M. Kuchling}
\authoraddress{\email{amk1@bigfoot.com}} \authoraddress{\email{akuchlin@mems-exchange.org}}
\begin{document} \begin{document}
\maketitle\tableofcontents \maketitle\tableofcontents
......
/* /*
/ Author: Sam Rushing <rushing@nightmare.com> / Author: Sam Rushing <rushing@nightmare.com>
/ Hacked for Unix by A.M. Kuchling <amk1@bigfoot.com> / Hacked for Unix by AMK
/ $Id$ / $Id$
/ mmapmodule.cpp -- map a view of a file into memory / mmapmodule.cpp -- map a view of a file into memory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment