[stdlib-sig] http package proposal
M.-A. Lemburg
mal at egenix.com
Mon Feb 4 16:21:16 CET 2008
On 2008-02-04 16:02, Christian Heimes wrote:
> M.-A. Lemburg wrote:
>>> cookielib -> http.cookies
>> Why plural ?
>
> The plural form feels more natural to me. I haven't seen the singular
> form "browser cookie" in a long time.
It's actually more about convention than actual use :-)
If we name the module http.cookies, we'd also have to
name the server module http.servers, since there are
multiple server implementations included.
However, you normally don't do this in code libraries (see
e.g Java).
>> -1 on adding xmlrpc to the http package.
>>
>> Better to have:
>>
>> xmlrpclib -> xmlrpc.client
>> SimpleXMLRPCServer -> xmlrpc.server
>
> +1 for xmlrpc package.
--
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