[Web-SIG] Cookie, cookielib; what to do?

Brett Cannon brett at python.org
Fri Feb 29 02:46:32 CET 2008


On Thu, Feb 28, 2008 at 5:31 PM, Robert Brewer <fumanchu at aminus.org> wrote:
> Brett Cannon wrote:
>  > So my question is what do people see as a possible naming scheme for
>  > these modules? Cookie has to be renamed because of its PEP 8
>  > violation.  Here are some ideas::
>  >
>  >  cookielib -> cookielib
>  >  Cookie -> cookielib2 (with plans to move what needs to go from Cookie
>  > into cookielib at some point and to deprecate cookielib2 in 3.x).
>  >
>  >   cookielib -> http.cookies
>  >   Cookie -> http.cookies2 (same thinking as above).
>  >
>  >   cookielib -> cookies.client
>  >   Cookie -> cookies.parsing
>
>  I'd propose:
>
>   Cookie -> http.cookies
>   cookielib -> http.cookiejar

+1 from me.

-Brett


More information about the Web-SIG mailing list