[stdlib-sig] http package proposal

Brett Cannon brett at python.org
Wed Jan 30 00:38:34 CET 2008


OK, to keep this ball rolling, here is my suggestion for reorganizing
HTTP modules:

httplib -> http.tools
BaseHTTPServer -> http.server
SimpleHTTPServer -> http.server
CGIHTTPServer -> http.server
cookielib -> http.cookies

Since the various HTTP server modules have no name clashes we can
consolidate them into a single module.

-Brett


More information about the stdlib-sig mailing list