[issue22796] Support for httponly/secure cookies reintroduced lax parsing behavior

Raymond Hettinger report at bugs.python.org
Wed Nov 5 09:41:40 CET 2014


Raymond Hettinger added the comment:

The patch looks good.  One nit, please change "items" to "typed_items" or somesuch.  That will make it clear why there are 3-tuples instead of the traditional 2-tuple used for normal mappings.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list