mirror of https://github.com/python/cpython
Removed mailbox, SocketServer, cmath -- these are now documented!
This commit is contained in:
parent
84057a3874
commit
eb1633ec6e
|
@ -23,8 +23,6 @@ CGIHTTPServer.py -- CGI-savvy HTTP Server
|
||||||
|
|
||||||
SimpleHTTPServer.py -- Simple 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}
|
\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
|
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)
|
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
|
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
|
||||||
dbm clone).
|
dbm clone).
|
||||||
|
|
||||||
cmathmodule.c -- Exactly the same as math, except takes complex
|
|
||||||
arguments and returns complex results.
|
|
||||||
|
|
||||||
cursesmodule.c -- Curses interface.
|
cursesmodule.c -- Curses interface.
|
||||||
|
|
||||||
dbhashmodule.c -- Obsolete; this functionality is now provided by
|
dbhashmodule.c -- Obsolete; this functionality is now provided by
|
||||||
|
|
|
@ -23,8 +23,6 @@ CGIHTTPServer.py -- CGI-savvy HTTP Server
|
||||||
|
|
||||||
SimpleHTTPServer.py -- Simple 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}
|
\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
|
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)
|
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
|
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
|
||||||
dbm clone).
|
dbm clone).
|
||||||
|
|
||||||
cmathmodule.c -- Exactly the same as math, except takes complex
|
|
||||||
arguments and returns complex results.
|
|
||||||
|
|
||||||
cursesmodule.c -- Curses interface.
|
cursesmodule.c -- Curses interface.
|
||||||
|
|
||||||
dbhashmodule.c -- Obsolete; this functionality is now provided by
|
dbhashmodule.c -- Obsolete; this functionality is now provided by
|
||||||
|
|
Loading…
Reference in New Issue