Flesh out suggested Internet, XML-RPC, and HTTP server packages.

This commit is contained in:
Brett Cannon 2007-01-03 21:29:30 +00:00
parent 33093343b6
commit 9f7a9003d8
1 changed files with 30 additions and 13 deletions

View File

@ -503,8 +503,11 @@ for the suggested package (if not already existent) is being proposed.
* email
+ imaplib
+ mailbox
+ mailcap
+ mhlib
+ poplib
* Databases
@ -530,24 +533,38 @@ for the suggested package (if not already existent) is being proposed.
+ DocXMLRPCServer
+ SimpleXMLRPCServer
+ xmlrpclib
* Web
* Internet
+ urllib
+ urllib
+ urlparse
+ httplib
+ cgi
+ cgitb
+ BaseHTTPServer
+ BaseCGIServer
+ SimpleHTTPServer
+ htmllib
+ htmlentitydefs
+ HTMLParser
+ cgi
+ CGIHTTPServer
+ cgitb
+ Cookie
+ cookielib
+ Could also just gather HTTP servers.
+ ftplib (?)
+ htmlentitydefs
+ htmllib
+ HTMLParser
+ httplib
+ netrc (?)
+ nntplib (?)
+ sgmllib (?)
+ SimpleHTTPServer
+ stringprep
+ urllib
+ urllib2
+ urlparse
+ webbrowser
* HTTP servers
+ BaseHTTPServer
+ CGIHTTPServer
+ DocXMLRPCServer
+ SimpleHTTPServer
+ SimpleXMLRPCServer
Modules reliant on obsolete/rarely used file formats?