
30 Jan
2008
30 Jan
'08
12:38 a.m.
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