[stdlib-sig] http package proposal
M.-A. Lemburg
mal at egenix.com
Mon Feb 4 11:13:00 CET 2008
On 2008-01-30 00:38, Brett Cannon wrote:
> OK, to keep this ball rolling, here is my suggestion for reorganizing
> HTTP modules:
>
> httplib -> http.tools
httplib implements the state machine for an HTTP client, so
why not http.client ?
> BaseHTTPServer -> http.server
> SimpleHTTPServer -> http.server
> CGIHTTPServer -> http.server
> cookielib -> http.cookies
Why plural ?
-1 on adding xmlrpc to the http package.
Better to have:
xmlrpclib -> xmlrpc.client
SimpleXMLRPCServer -> xmlrpc.server
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Feb 04 2008)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
More information about the stdlib-sig
mailing list