[Python-3000] http package: _FooCookieJar modules?

Brett Cannon brett at python.org
Mon May 26 19:45:06 CEST 2008


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.

-Brett


More information about the Python-3000 mailing list