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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to