Add a suggestion from Bill Janssen of having a Web package.
This commit is contained in:
parent
cc9c377ac0
commit
8e7780cca4
25
pep-3108.txt
25
pep-3108.txt
|
@ -538,6 +538,23 @@ for the suggested package (if not already existent) is being proposed.
|
|||
+ SimpleXMLRPCServer
|
||||
+ SocketServer
|
||||
|
||||
* Web
|
||||
|
||||
+ urllib
|
||||
+ urllib
|
||||
+ urlparse
|
||||
+ httplib
|
||||
+ cgi
|
||||
+ cgitb
|
||||
+ BaseHTTPServer
|
||||
+ BaseCGIServer
|
||||
+ SimpleHTTPServer
|
||||
+ htmllib
|
||||
+ htmlentitydefs
|
||||
+ HTMLParser
|
||||
+ Cookie
|
||||
+ cookielib
|
||||
|
||||
|
||||
Modules reliant on obsolete/rarely used file formats?
|
||||
-----------------------------------------------------
|
||||
|
@ -579,16 +596,16 @@ Modules that were suggested for removal but were saved
|
|||
|
||||
* asynchat/asyncore
|
||||
|
||||
+ Josiah Carlson has said he will help to maintain the modules.
|
||||
+ Josiah Carlson has said he will help to maintain the modules.
|
||||
|
||||
* fileinput
|
||||
|
||||
+ Useful when having to work with stdin.
|
||||
+ Useful when having to work with stdin.
|
||||
|
||||
* telnetlib
|
||||
|
||||
+ Really handy for quick-and-dirty remote access.
|
||||
+ Some hardware supports telnet for accessing it.
|
||||
+ Really handy for quick-and-dirty remote access.
|
||||
+ Some hardware supports telnet for accessing it.
|
||||
|
||||
|
||||
Introducing a new top-level package
|
||||
|
|
Loading…
Reference in New Issue