[Python-3000] http package: _FooCookieJar modules?
Georg Brandl
g.brandl at gmx.net
Mon May 26 20:01:22 CEST 2008
Brett Cannon schrieb:
> On Mon, May 26, 2008 at 8:12 AM, Georg Brandl <g.brandl at gmx.net> wrote:
>> dbm and xmlrpc are done, now I'm at the http package, and have a
>> question:
>>
>> Is there any reason to keep the _MozillaCookieJar and _LWPCookieJar
>> modules separate from http.cookiejar? I'd rather merge them into
>> http.cookiejar and have two less strangely named modules.
>>
>
> They have leading underscores, so do what you will. If anyone directly
> imports them that's their problem.
Done.
Georg
More information about the Python-3000
mailing list