Roundup Tracker - Issues

Issue 2551136

classification
timezone extention crash on Python 3.8
Type: crash Severity: normal
Components: Web interface Versions: devel
process
Status: fixed fixed
:
: rouilj : ced, rouilj
Priority: high : patch

Created on 2021-05-21 09:39 by ced, last changed 2021-05-21 23:40 by rouilj.

Files
File name Uploaded Description Edit Remove
roundup-escape.patch ced, 2021-05-21 09:39
Messages
msg7238 Author: [hidden] (ced) Date: 2021-05-21 09:39
cgi.escape is deprecated since 3.2 and has been removed in 3.8 [1].
Here is a patch that tries to use the new html.escape and fallback to cgi.escape.


[1] https://docs.python.org/3.7/library/cgi.html#cgi.escape
msg7239 Author: [hidden] (rouilj) Date: 2021-05-21 23:40
Thanks Cédric. Patched in:

   changeset:   6418:559b3d8e03d7

CHANGES.txt updated and you are credited with the change.
History
Date User Action Args
2021-05-21 23:40:51rouiljsetstatus: new -> fixed
nosy: + rouilj
messages: + msg7239
priority: high
assignee: rouilj
components: + Web interface
resolution: fixed
2021-05-21 09:39:33cedcreate