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.

classification
Title: BaseCookie does not call value_decode
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ryan
Priority: normal Keywords:

Created on 2005-03-25 01:03 by ryan, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg24776 - (view) Author: Ryan Lovett (ryan) Date: 2005-03-25 01:03
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.
msg24777 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-26 22:12
Logged In: YES 
user_id=1188172

Duplicate of #1172011.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41754
2005-03-25 01:03:58ryancreate