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

Serhiy Storchaka report at bugs.python.org
Mon Mar 9 15:43:42 CET 2015


Serhiy Storchaka added the comment:

I think that for consistency either parse empty name-value pair as key="", value=None, or ignore all non-conformed cases. For backward compatibility I prefer first way.

----------

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


More information about the Python-bugs-list mailing list