File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ \section{Frameworks; somewhat harder to document, but
2323
2424SimpleHTTPServer.py -- Simple HTTP Server
2525
26- SocketServer.py -- Generic socket server classes
27-
2826
2927\section {Stuff useful to a lot of people, including the CGI crowd }
3028
@@ -34,8 +32,6 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
3432
3533multifile.py -- make each part of a multipart message `` feel'' like
3634
37- mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
38-
3935gzip.py -- compression using zlib (compatible with gzip)
4036
4137
@@ -196,9 +192,6 @@ \section{Extension modules}
196192bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
197193dbm clone).
198194
199- cmathmodule.c -- Exactly the same as math, except takes complex
200- arguments and returns complex results.
201-
202195cursesmodule.c -- Curses interface.
203196
204197dbhashmodule.c -- Obsolete; this functionality is now provided by
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ \section{Frameworks; somewhat harder to document, but
2323
2424SimpleHTTPServer.py -- Simple HTTP Server
2525
26- SocketServer.py -- Generic socket server classes
27-
2826
2927\section {Stuff useful to a lot of people, including the CGI crowd }
3028
@@ -34,8 +32,6 @@ \section{Stuff useful to a lot of people, including the CGI crowd}
3432
3533multifile.py -- make each part of a multipart message `` feel'' like
3634
37- mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
38-
3935gzip.py -- compression using zlib (compatible with gzip)
4036
4137
@@ -196,9 +192,6 @@ \section{Extension modules}
196192bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
197193dbm clone).
198194
199- cmathmodule.c -- Exactly the same as math, except takes complex
200- arguments and returns complex results.
201-
202195cursesmodule.c -- Curses interface.
203196
204197dbhashmodule.c -- Obsolete; this functionality is now provided by
You can’t perform that action at this time.
0 commit comments