[issue1028088] Cookies without values are silently ignored (by design?)

Senthil Kumaran report at bugs.python.org
Tue Nov 16 09:29:50 CET 2010


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Revisiting this issue.

- Cookie: should contain name=value pairs
- Set-Cookie: header can contain a single word like 'secure'

The current design is along the same lines only.
In the original comment, the request had asked to document the behavior of Cookie class ignoring the nameless values. That should be okay.

----------
assignee:  -> orsenthil
nosy: +orsenthil

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1028088>
_______________________________________


More information about the Python-bugs-list mailing list