summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-12-01 15:25:23 (GMT)
committerFred Drake <fdrake@acm.org>2000-12-01 15:25:23 (GMT)
commit57657bce9492ac8f4ec273e19a7e0357f028b036 (patch)
treeb9a4d079e26addf7f45fbec41de7180d5bed0472 /Doc
parente4dad905d440c211ca2eec90ea3ee5bdd3a0f66e (diff)
downloadcpython-57657bce9492ac8f4ec273e19a7e0357f028b036.zip
cpython-57657bce9492ac8f4ec273e19a7e0357f028b036.tar.gz
cpython-57657bce9492ac8f4ec273e19a7e0357f028b036.tar.bz2
Update Moshe Zadka's email address to one works and might last a while.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcgihttp.tex2
-rw-r--r--Doc/lib/libcmp.tex2
-rw-r--r--Doc/lib/libcmpcache.tex2
-rw-r--r--Doc/lib/libcodeop.tex2
-rw-r--r--Doc/lib/libcurses.tex2
-rw-r--r--Doc/lib/libdircache.tex2
-rw-r--r--Doc/lib/libdl.tex2
-rw-r--r--Doc/lib/libfilecmp.tex2
-rw-r--r--Doc/lib/libfpformat.tex2
-rw-r--r--Doc/lib/liblinecache.tex2
-rw-r--r--Doc/lib/libmutex.tex2
-rw-r--r--Doc/lib/libnew.tex2
-rw-r--r--Doc/lib/libnis.tex2
-rw-r--r--Doc/lib/libpipes.tex2
-rw-r--r--Doc/lib/libpty.tex2
-rw-r--r--Doc/lib/librlcompleter.tex2
-rw-r--r--Doc/lib/libsched.tex2
-rw-r--r--Doc/lib/libsimplehttp.tex2
-rw-r--r--Doc/lib/libstatcache.tex2
-rw-r--r--Doc/lib/libstatvfs.tex2
-rw-r--r--Doc/lib/libsunau.tex2
-rw-r--r--Doc/lib/libtty.tex2
-rw-r--r--Doc/lib/libturtle.tex2
-rw-r--r--Doc/lib/libwave.tex2
24 files changed, 24 insertions, 24 deletions
diff --git a/Doc/lib/libcgihttp.tex b/Doc/lib/libcgihttp.tex
index 182aead..61cd08c 100644
--- a/Doc/lib/libcgihttp.tex
+++ b/Doc/lib/libcgihttp.tex
@@ -4,7 +4,7 @@
\declaremodule{standard}{CGIHTTPServer}
\platform{Unix}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{This module provides a request handler for HTTP servers
which can run CGI scripts.}
diff --git a/Doc/lib/libcmp.tex b/Doc/lib/libcmp.tex
index 4f81b3c..ad86310 100644
--- a/Doc/lib/libcmp.tex
+++ b/Doc/lib/libcmp.tex
@@ -2,7 +2,7 @@
File comparisons}
\declaremodule{standard}{cmp}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files very efficiently.}
% XXX check version number before release!
diff --git a/Doc/lib/libcmpcache.tex b/Doc/lib/libcmpcache.tex
index 405c455..cd4fd6b 100644
--- a/Doc/lib/libcmpcache.tex
+++ b/Doc/lib/libcmpcache.tex
@@ -2,7 +2,7 @@
Efficient file comparisons}
\declaremodule{standard}{cmpcache}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files very efficiently.}
% XXX check version number before release!
diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex
index cd9cb63..6b9f3cf 100644
--- a/Doc/lib/libcodeop.tex
+++ b/Doc/lib/libcodeop.tex
@@ -4,7 +4,7 @@
% LaTeXed from excellent doc-string.
\declaremodule{standard}{codeop}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compile (possibly incomplete) Python code.}
The \module{codeop} module provides a function to compile Python code
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index c82bed2..7b7ab0a 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -2,7 +2,7 @@
Terminal handling for character-cell displays}
\declaremodule{standard}{curses}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\sectionauthor{Eric Raymond}{esr@thyrsus.com}
\modulesynopsis{An interface to the curses library, providing portable
terminal handling.}
diff --git a/Doc/lib/libdircache.tex b/Doc/lib/libdircache.tex
index 45ac01a..f546a46 100644
--- a/Doc/lib/libdircache.tex
+++ b/Doc/lib/libdircache.tex
@@ -2,7 +2,7 @@
Cached directory listings}
\declaremodule{standard}{dircache}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Return directory listing, with cache mechanism.}
The \module{dircache} module defines a function for reading directory listing
diff --git a/Doc/lib/libdl.tex b/Doc/lib/libdl.tex
index 00c8ee5..b9a3241 100644
--- a/Doc/lib/libdl.tex
+++ b/Doc/lib/libdl.tex
@@ -2,7 +2,7 @@
Call C functions in shared objects}
\declaremodule{extension}{dl}
\platform{Unix} %?????????? Anyone????????????
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Call C functions in shared objects.}
The \module{dl} module defines an interface to the
diff --git a/Doc/lib/libfilecmp.tex b/Doc/lib/libfilecmp.tex
index d96c741..f380e32 100644
--- a/Doc/lib/libfilecmp.tex
+++ b/Doc/lib/libfilecmp.tex
@@ -2,7 +2,7 @@
File and Directory Comparisons}
\declaremodule{standard}{filecmp}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files efficiently.}
diff --git a/Doc/lib/libfpformat.tex b/Doc/lib/libfpformat.tex
index c67d834..577b50b 100644
--- a/Doc/lib/libfpformat.tex
+++ b/Doc/lib/libfpformat.tex
@@ -2,7 +2,7 @@
Floating point conversions}
\declaremodule{standard}{fpformat}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{General floating point formatting functions.}
diff --git a/Doc/lib/liblinecache.tex b/Doc/lib/liblinecache.tex
index 1273521..f491d4c 100644
--- a/Doc/lib/liblinecache.tex
+++ b/Doc/lib/liblinecache.tex
@@ -2,7 +2,7 @@
Random access to text lines}
\declaremodule{standard}{linecache}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{This module provides random access to individual lines
from text files.}
diff --git a/Doc/lib/libmutex.tex b/Doc/lib/libmutex.tex
index 773f9eb..a493682 100644
--- a/Doc/lib/libmutex.tex
+++ b/Doc/lib/libmutex.tex
@@ -3,7 +3,7 @@
Mutual exclusion support}
\declaremodule{standard}{mutex}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Lock and queue for mutual exclusion.}
The \module{mutex} defines a class that allows mutual-exclusion
diff --git a/Doc/lib/libnew.tex b/Doc/lib/libnew.tex
index e96415c..ec9bc11 100644
--- a/Doc/lib/libnew.tex
+++ b/Doc/lib/libnew.tex
@@ -2,7 +2,7 @@
Creation of runtime internal objects}
\declaremodule{builtin}{new}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Interface to the creation of runtime implementation objects.}
diff --git a/Doc/lib/libnis.tex b/Doc/lib/libnis.tex
index 34ca329..14f47f0 100644
--- a/Doc/lib/libnis.tex
+++ b/Doc/lib/libnis.tex
@@ -4,7 +4,7 @@
\declaremodule{extension}{nis}
\platform{UNIX}
\moduleauthor{Fred Gansevles}{Fred.Gansevles@cs.utwente.nl}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Interface to Sun's NIS (a.k.a. Yellow Pages) library.}
The \module{nis} module gives a thin wrapper around the NIS library, useful
diff --git a/Doc/lib/libpipes.tex b/Doc/lib/libpipes.tex
index 6d389d8..2b1763b 100644
--- a/Doc/lib/libpipes.tex
+++ b/Doc/lib/libpipes.tex
@@ -3,7 +3,7 @@
\declaremodule{standard}{pipes}
\platform{Unix}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{A Python interface to \UNIX{} shell pipelines.}
diff --git a/Doc/lib/libpty.tex b/Doc/lib/libpty.tex
index aca9052..bf75ef2 100644
--- a/Doc/lib/libpty.tex
+++ b/Doc/lib/libpty.tex
@@ -4,7 +4,7 @@
\platform{IRIX, Linux}
\modulesynopsis{Pseudo-Terminal Handling for SGI and Linux.}
\moduleauthor{Steen Lumholt}{}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
The \module{pty} module defines operations for handling the
diff --git a/Doc/lib/librlcompleter.tex b/Doc/lib/librlcompleter.tex
index 3ff1cf3..03dea80 100644
--- a/Doc/lib/librlcompleter.tex
+++ b/Doc/lib/librlcompleter.tex
@@ -3,7 +3,7 @@
\declaremodule{standard}{rlcompleter}
\platform{Unix}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Python identifier completion for the GNU readline library.}
The \module{rlcompleter} module defines a completion function for
diff --git a/Doc/lib/libsched.tex b/Doc/lib/libsched.tex
index 42d2481..678772d 100644
--- a/Doc/lib/libsched.tex
+++ b/Doc/lib/libsched.tex
@@ -4,7 +4,7 @@
% LaTeXed and enhanced from comments in file
\declaremodule{standard}{sched}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{General purpose event scheduler.}
The \module{sched} module defines a class which implements a general
diff --git a/Doc/lib/libsimplehttp.tex b/Doc/lib/libsimplehttp.tex
index a571989..6745298 100644
--- a/Doc/lib/libsimplehttp.tex
+++ b/Doc/lib/libsimplehttp.tex
@@ -2,7 +2,7 @@
Simple HTTP request handler}
\declaremodule{standard}{SimpleHTTPServer}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{This module provides a basic request handler for HTTP
servers.}
diff --git a/Doc/lib/libstatcache.tex b/Doc/lib/libstatcache.tex
index 7652849..572e8b1 100644
--- a/Doc/lib/libstatcache.tex
+++ b/Doc/lib/libstatcache.tex
@@ -2,7 +2,7 @@
An optimization of \function{os.stat()}}
\declaremodule{standard}{statcache}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Stat files, and remember results.}
The \module{statcache} module provides a simple optimization to
diff --git a/Doc/lib/libstatvfs.tex b/Doc/lib/libstatvfs.tex
index 6b38d7a..2dc8933 100644
--- a/Doc/lib/libstatvfs.tex
+++ b/Doc/lib/libstatvfs.tex
@@ -3,7 +3,7 @@
\declaremodule{standard}{statvfs}
% LaTeX'ed from comments in module
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Constants for interpreting the result of
\function{os.statvfs()}.}
diff --git a/Doc/lib/libsunau.tex b/Doc/lib/libsunau.tex
index 58aa460..235bc3b 100644
--- a/Doc/lib/libsunau.tex
+++ b/Doc/lib/libsunau.tex
@@ -2,7 +2,7 @@
Read and write Sun AU files}
\declaremodule{standard}{sunau}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Provide an interface to the Sun AU sound format.}
The \module{sunau} module provides a convenient interface to the Sun
diff --git a/Doc/lib/libtty.tex b/Doc/lib/libtty.tex
index 9d2a42a..d686778 100644
--- a/Doc/lib/libtty.tex
+++ b/Doc/lib/libtty.tex
@@ -4,7 +4,7 @@
\declaremodule{standard}{tty}
\platform{Unix}
\moduleauthor{Steen Lumholt}{}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Utility functions that perform common terminal control
operations.}
diff --git a/Doc/lib/libturtle.tex b/Doc/lib/libturtle.tex
index f5d202a..ad2371c 100644
--- a/Doc/lib/libturtle.tex
+++ b/Doc/lib/libturtle.tex
@@ -6,7 +6,7 @@
\moduleauthor{Guido van Rossum}{guido@python.org}
\modulesynopsis{An environment for turtle graphics.}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
The \module{turtle} module provides turtle graphics primitives, in both an
diff --git a/Doc/lib/libwave.tex b/Doc/lib/libwave.tex
index 7c3c464..c0f300b 100644
--- a/Doc/lib/libwave.tex
+++ b/Doc/lib/libwave.tex
@@ -3,7 +3,7 @@
Read and write WAV files}
\declaremodule{standard}{wave}
-\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
+\sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Provide an interface to the WAV sound format.}
The \module{wave} module provides a convenient interface to the WAV sound