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 * email
+ imaplib
+ mailbox + mailbox
+ mailcap
+ mhlib + mhlib
+ poplib
* Databases * Databases
@ -530,24 +533,38 @@ for the suggested package (if not already existent) is being proposed.
+ DocXMLRPCServer + DocXMLRPCServer
+ SimpleXMLRPCServer + SimpleXMLRPCServer
+ xmlrpclib
* Web * Internet
+ urllib
+ urllib
+ urlparse
+ httplib
+ cgi
+ cgitb
+ BaseHTTPServer + BaseHTTPServer
+ BaseCGIServer + cgi
+ SimpleHTTPServer + CGIHTTPServer
+ htmllib + cgitb
+ htmlentitydefs
+ HTMLParser
+ Cookie + Cookie
+ cookielib + 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? Modules reliant on obsolete/rarely used file formats?