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

Robert Brewer fumanchu at aminus.org
Fri Feb 29 02:31:57 CET 2008


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


Robert Brewer
fumanchu at aminus.org



More information about the Web-SIG mailing list