Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseCookie does not call value_decode #41754

Closed
ryan mannequin opened this issue Mar 25, 2005 · 2 comments
Closed

BaseCookie does not call value_decode #41754

ryan mannequin opened this issue Mar 25, 2005 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@ryan
Copy link
Mannequin

ryan mannequin commented Mar 25, 2005

BPO 1170279
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2005-06-26.22:12:08.000>
created_at = <Date 2005-03-25.01:03:58.000>
labels = ['library']
title = 'BaseCookie does not call value_decode'
updated_at = <Date 2005-06-26.22:12:08.000>
user = 'https://bugs.python.org/ryan'

bugs.python.org fields:

activity = <Date 2005-06-26.22:12:08.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-03-25.01:03:58.000>
creator = 'ryan'
dependencies = []
files = []
hgrepos = []
issue_num = 1170279
keywords = []
message_count = 2.0
messages = ['24776', '24777']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'ryan']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1170279'
versions = ['Python 2.4']

@ryan
Copy link
Mannequin Author

ryan mannequin commented Mar 25, 2005

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.

@ryan ryan mannequin closed this as completed Mar 25, 2005
@ryan ryan mannequin added the stdlib Python modules in the Lib dir label Mar 25, 2005
@ryan ryan mannequin closed this as completed Mar 25, 2005
@ryan ryan mannequin added the stdlib Python modules in the Lib dir label Mar 25, 2005
@birkenfeld
Copy link
Member

Logged In: YES
user_id=1188172

Duplicate of bpo-1172011.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant