Commit 57657bce authored by Fred Drake's avatar Fred Drake

Update Moshe Zadka's email address to one works and might last a while.

parent e4dad905
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\declaremodule{standard}{CGIHTTPServer} \declaremodule{standard}{CGIHTTPServer}
\platform{Unix} \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 \modulesynopsis{This module provides a request handler for HTTP servers
which can run CGI scripts.} which can run CGI scripts.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
File comparisons} File comparisons}
\declaremodule{standard}{cmp} \declaremodule{standard}{cmp}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files very efficiently.} \modulesynopsis{Compare files very efficiently.}
% XXX check version number before release! % XXX check version number before release!
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Efficient file comparisons} Efficient file comparisons}
\declaremodule{standard}{cmpcache} \declaremodule{standard}{cmpcache}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files very efficiently.} \modulesynopsis{Compare files very efficiently.}
% XXX check version number before release! % XXX check version number before release!
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
% LaTeXed from excellent doc-string. % LaTeXed from excellent doc-string.
\declaremodule{standard}{codeop} \declaremodule{standard}{codeop}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compile (possibly incomplete) Python code.} \modulesynopsis{Compile (possibly incomplete) Python code.}
The \module{codeop} module provides a function to compile Python code The \module{codeop} module provides a function to compile Python code
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Terminal handling for character-cell displays} Terminal handling for character-cell displays}
\declaremodule{standard}{curses} \declaremodule{standard}{curses}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\sectionauthor{Eric Raymond}{esr@thyrsus.com} \sectionauthor{Eric Raymond}{esr@thyrsus.com}
\modulesynopsis{An interface to the curses library, providing portable \modulesynopsis{An interface to the curses library, providing portable
terminal handling.} terminal handling.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cached directory listings} Cached directory listings}
\declaremodule{standard}{dircache} \declaremodule{standard}{dircache}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Return directory listing, with cache mechanism.} \modulesynopsis{Return directory listing, with cache mechanism.}
The \module{dircache} module defines a function for reading directory listing The \module{dircache} module defines a function for reading directory listing
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Call C functions in shared objects} Call C functions in shared objects}
\declaremodule{extension}{dl} \declaremodule{extension}{dl}
\platform{Unix} %?????????? Anyone???????????? \platform{Unix} %?????????? Anyone????????????
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Call C functions in shared objects.} \modulesynopsis{Call C functions in shared objects.}
The \module{dl} module defines an interface to the The \module{dl} module defines an interface to the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
File and Directory Comparisons} File and Directory Comparisons}
\declaremodule{standard}{filecmp} \declaremodule{standard}{filecmp}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Compare files efficiently.} \modulesynopsis{Compare files efficiently.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Floating point conversions} Floating point conversions}
\declaremodule{standard}{fpformat} \declaremodule{standard}{fpformat}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{General floating point formatting functions.} \modulesynopsis{General floating point formatting functions.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Random access to text lines} Random access to text lines}
\declaremodule{standard}{linecache} \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 \modulesynopsis{This module provides random access to individual lines
from text files.} from text files.}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Mutual exclusion support} Mutual exclusion support}
\declaremodule{standard}{mutex} \declaremodule{standard}{mutex}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Lock and queue for mutual exclusion.} \modulesynopsis{Lock and queue for mutual exclusion.}
The \module{mutex} defines a class that allows mutual-exclusion The \module{mutex} defines a class that allows mutual-exclusion
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Creation of runtime internal objects} Creation of runtime internal objects}
\declaremodule{builtin}{new} \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.} \modulesynopsis{Interface to the creation of runtime implementation objects.}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\declaremodule{extension}{nis} \declaremodule{extension}{nis}
\platform{UNIX} \platform{UNIX}
\moduleauthor{Fred Gansevles}{Fred.Gansevles@cs.utwente.nl} \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.} \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 The \module{nis} module gives a thin wrapper around the NIS library, useful
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\declaremodule{standard}{pipes} \declaremodule{standard}{pipes}
\platform{Unix} \platform{Unix}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{A Python interface to \UNIX{} shell pipelines.} \modulesynopsis{A Python interface to \UNIX{} shell pipelines.}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\platform{IRIX, Linux} \platform{IRIX, Linux}
\modulesynopsis{Pseudo-Terminal Handling for SGI and Linux.} \modulesynopsis{Pseudo-Terminal Handling for SGI and Linux.}
\moduleauthor{Steen Lumholt}{} \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 The \module{pty} module defines operations for handling the
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\declaremodule{standard}{rlcompleter} \declaremodule{standard}{rlcompleter}
\platform{Unix} \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.} \modulesynopsis{Python identifier completion for the GNU readline library.}
The \module{rlcompleter} module defines a completion function for The \module{rlcompleter} module defines a completion function for
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
% LaTeXed and enhanced from comments in file % LaTeXed and enhanced from comments in file
\declaremodule{standard}{sched} \declaremodule{standard}{sched}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{General purpose event scheduler.} \modulesynopsis{General purpose event scheduler.}
The \module{sched} module defines a class which implements a general The \module{sched} module defines a class which implements a general
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Simple HTTP request handler} Simple HTTP request handler}
\declaremodule{standard}{SimpleHTTPServer} \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 \modulesynopsis{This module provides a basic request handler for HTTP
servers.} servers.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
An optimization of \function{os.stat()}} An optimization of \function{os.stat()}}
\declaremodule{standard}{statcache} \declaremodule{standard}{statcache}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com} \sectionauthor{Moshe Zadka}{moshez@zadka.site.co.il}
\modulesynopsis{Stat files, and remember results.} \modulesynopsis{Stat files, and remember results.}
The \module{statcache} module provides a simple optimization to The \module{statcache} module provides a simple optimization to
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\declaremodule{standard}{statvfs} \declaremodule{standard}{statvfs}
% LaTeX'ed from comments in module % 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 \modulesynopsis{Constants for interpreting the result of
\function{os.statvfs()}.} \function{os.statvfs()}.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Read and write Sun AU files} Read and write Sun AU files}
\declaremodule{standard}{sunau} \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.} \modulesynopsis{Provide an interface to the Sun AU sound format.}
The \module{sunau} module provides a convenient interface to the Sun The \module{sunau} module provides a convenient interface to the Sun
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
\declaremodule{standard}{tty} \declaremodule{standard}{tty}
\platform{Unix} \platform{Unix}
\moduleauthor{Steen Lumholt}{} \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 \modulesynopsis{Utility functions that perform common terminal control
operations.} operations.}
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
\moduleauthor{Guido van Rossum}{guido@python.org} \moduleauthor{Guido van Rossum}{guido@python.org}
\modulesynopsis{An environment for turtle graphics.} \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 The \module{turtle} module provides turtle graphics primitives, in both an
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Read and write WAV files} Read and write WAV files}
\declaremodule{standard}{wave} \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.} \modulesynopsis{Provide an interface to the WAV sound format.}
The \module{wave} module provides a convenient interface to the WAV sound The \module{wave} module provides a convenient interface to the WAV sound
......
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