[ python-Bugs-1170279 ] BaseCookie does not call value_decode

SourceForge.net noreply at sourceforge.net
Sat Mar 26 03:51:37 CET 2005


Bugs item #1170279, was opened at 2005-03-25 01:03
Message generated for change (Settings changed) made by ryan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1170279&group_id=5470

Category: Python Library
>Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Ryan Lovett (ryan)
Assigned to: Nobody/Anonymous (nobody)
Summary: BaseCookie does not call value_decode

Initial Comment:
Perhaps I'm misunderstanding its functionality, but I
believe BaseCookie should be calling value_decode
during __getitem__. I created a blowfish Cookie class
with value_encode and value_decode methods, but when I
invoke __getitem__, for example mycookie['mykey'], the
cookie only returns encoded values.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1170279&group_id=5470


More information about the Python-bugs-list mailing list