summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-17 16:21:18 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-17 16:21:18 (GMT)
commiteb1633ec6e2a89311f84ee05bb7b1e43452561a4 (patch)
tree985a9016415c2f715079fa165b4d79c9a977105d
parent84057a3874619a05513eb65f3068fa340a8c63e1 (diff)
downloadcpython-eb1633ec6e2a89311f84ee05bb7b1e43452561a4.zip
cpython-eb1633ec6e2a89311f84ee05bb7b1e43452561a4.tar.gz
cpython-eb1633ec6e2a89311f84ee05bb7b1e43452561a4.tar.bz2
Removed mailbox, SocketServer, cmath -- these are now documented!
-rw-r--r--Doc/lib/libundoc.tex7
-rw-r--r--Doc/libundoc.tex7
2 files changed, 0 insertions, 14 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 9549978..9dea20e 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -23,8 +23,6 @@ CGIHTTPServer.py -- CGI-savvy HTTP Server
SimpleHTTPServer.py -- Simple HTTP Server
-SocketServer.py -- Generic socket server classes
-
\section{Stuff useful to a lot of people, including the CGI crowd}
@@ -34,8 +32,6 @@ mimify.py -- Mimification and unmimification of mail messages
multifile.py -- make each part of a multipart message ``feel'' like
-mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
-
gzip.py -- compression using zlib (compatible with gzip)
@@ -196,9 +192,6 @@ pdb.pm() or traceback.py instead)
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
dbm clone).
-cmathmodule.c -- Exactly the same as math, except takes complex
-arguments and returns complex results.
-
cursesmodule.c -- Curses interface.
dbhashmodule.c -- Obsolete; this functionality is now provided by
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex
index 9549978..9dea20e 100644
--- a/Doc/libundoc.tex
+++ b/Doc/libundoc.tex
@@ -23,8 +23,6 @@ CGIHTTPServer.py -- CGI-savvy HTTP Server
SimpleHTTPServer.py -- Simple HTTP Server
-SocketServer.py -- Generic socket server classes
-
\section{Stuff useful to a lot of people, including the CGI crowd}
@@ -34,8 +32,6 @@ mimify.py -- Mimification and unmimification of mail messages
multifile.py -- make each part of a multipart message ``feel'' like
-mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
-
gzip.py -- compression using zlib (compatible with gzip)
@@ -196,9 +192,6 @@ pdb.pm() or traceback.py instead)
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
dbm clone).
-cmathmodule.c -- Exactly the same as math, except takes complex
-arguments and returns complex results.
-
cursesmodule.c -- Curses interface.
dbhashmodule.c -- Obsolete; this functionality is now provided by