[issue38828] cookiejar.py broken in 3.8

Kovid Goyal report at bugs.python.org
Sun Nov 17 07:10:04 EST 2019


Kovid Goyal <kovid at kovidgoyal.net> added the comment:

The issue is obvious with a simple glance at the code. Either the Cookie constructor needs to change version = None to zero or some other integer or the various methods in that module need to handle a None version. I dont personally care about this issue any more since I have worked around it in my code, feel free to fix it or not, as you wish.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38828>
_______________________________________


More information about the Python-bugs-list mailing list