[issue23138] cookiejar parses cookie value as int with empty name-value pair and Expires

Demian Brecht report at bugs.python.org
Mon Mar 9 15:26:57 CET 2015


Demian Brecht added the comment:

I agree that the current implementation doesn't conform to standards, but do you think those cases are worth fixing as they can potentially break backwards compatibility? I think that the reported case makes sense to fix as the name/value pair are entirely unexpected. However, the current behaviour is logical for the cases that you've pointed out.

----------

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


More information about the Python-bugs-list mailing list