This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ryan
Recipients
Date 2005-03-28.18:20:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2008-01-20 09:57:42adminlinkissue1172011 messages
2008-01-20 09:57:42admincreate