Re: Pickling/unpickling Cookie.SimpleCookie fails with protocol=2

2006-02-24 Thread Erwin S. Andreasen
"Erwin S. Andreasen" <[EMAIL PROTECTED]> writes: > Pickling a Cookie.SimpleCookie (or SmartCookie) when using protocol=2 > seems to do something very strange. Protocol 0/1 work fine: Oh well, it seems that it's a well-known bug that has been around for more than 2 years: http://sourceforge.net/t

Re: Pickling/unpickling Cookie.SimpleCookie fails with protocol=2

2006-02-24 Thread Georg Brandl
Erwin S. Andreasen wrote: > Pickling a Cookie.SimpleCookie (or SmartCookie) when using protocol=2 > seems to do something very strange. Protocol 0/1 work fine: > > $ python2.4 > Python 2.4.2 (#2, Nov 20 2005, 17:04:48) > [GCC 4.0.3 2005 (prerelease) (Debian 4.0.2-4)] on linux2 > Type "help",

Re: Pickling/unpickling Cookie.SimpleCookie fails with protocol=2

2006-02-23 Thread Paul Rubin
"Erwin S. Andreasen" <[EMAIL PROTECTED]> writes: > Pickling a Cookie.SimpleCookie (or SmartCookie) when using protocol=2 > seems to do something very strange. Protocol 0/1 work fine: Don't use SmartCookies because of the security issue. See the docs. -- http://mail.python.org/mailman/listinfo/py