[issue22758] Regression in Python 3.2 cookie parsing

Antoine Pitrou report at bugs.python.org
Wed Oct 29 11:44:59 CET 2014


Antoine Pitrou added the comment:

Ah, so it's about round-tripping between SimpleCookie.__str__() and SimpleCookie.__init__(). That sounds like a reasonable behaviour to preserve (and easier than parsing arbitrary Set-Cookie headers). IMO we should also add for tests for it in other versions.

----------

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


More information about the Python-bugs-list mailing list