Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb1633e

Browse files
committed
Removed mailbox, SocketServer, cmath -- these are now documented!
1 parent 84057a3 commit eb1633e

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ \section{Frameworks; somewhat harder to document, but
2323

2424
SimpleHTTPServer.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

3533
multifile.py -- make each part of a multipart message ``feel'' like
3634

37-
mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
38-
3935
gzip.py -- compression using zlib (compatible with gzip)
4036

4137

@@ -196,9 +192,6 @@ \section{Extension modules}
196192
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
197193
dbm clone).
198194

199-
cmathmodule.c -- Exactly the same as math, except takes complex
200-
arguments and returns complex results.
201-
202195
cursesmodule.c -- Curses interface.
203196

204197
dbhashmodule.c -- Obsolete; this functionality is now provided by

Doc/libundoc.tex

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ \section{Frameworks; somewhat harder to document, but
2323

2424
SimpleHTTPServer.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

3533
multifile.py -- make each part of a multipart message ``feel'' like
3634

37-
mailbox.py -- handle Unix style, MMDF style, and MH style mailboxes
38-
3935
gzip.py -- compression using zlib (compatible with gzip)
4036

4137

@@ -196,9 +192,6 @@ \section{Extension modules}
196192
bsddbmodule.c -- Interface to the Berkeley DB interface (yet another
197193
dbm clone).
198194

199-
cmathmodule.c -- Exactly the same as math, except takes complex
200-
arguments and returns complex results.
201-
202195
cursesmodule.c -- Curses interface.
203196

204197
dbhashmodule.c -- Obsolete; this functionality is now provided by

0 commit comments

Comments
 (0)