[New-bugs-announce] [issue38828] cookiejar.py broken in 3.8

Kovid Goyal report at bugs.python.org
Sun Nov 17 05:34:51 EST 2019


New submission from Kovid Goyal <kovid at kovidgoyal.net>:

In python 3.8 cookiejar.py is full of code that compares cookie.version to integers, which raises as exception when cookie.version is None. For example, in set_ok_version() and set_ok_path(). Both the Cookie constructor and _cookie_from_cookie_tuple() explicitly assume version can be None and setting version to None worked fine in previous pythonreleases.

----------
components: Library (Lib)
messages: 356797
nosy: kovid
priority: normal
severity: normal
status: open
title: cookiejar.py broken in 3.8
type: crash
versions: Python 3.8

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


More information about the New-bugs-announce mailing list