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

SourceForge.net noreply at sourceforge.net
Mon Mar 28 20:20:15 CEST 2005


Bugs item #1172011, was opened at 2005-03-28 18:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1172011&group_id=5470

Category: Python Library
Group: Python 2.3
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=1172011&group_id=5470


More information about the Python-bugs-list mailing list