Roundup Tracker - Issues

Issue 2551191

classification
Module deprication PEP 594. crypt
Type: compile error Severity: normal
Components: Web interface Versions:
process
Status: fixed fixed
:
: : rouilj
Priority: : Deprecation, NeedsTesting, StarterTicket

Created on 2022-02-06 19:46 by rouilj, last changed 2022-03-20 04:11 by rouilj.

Messages
msg7447 Author: [hidden] (rouilj) Date: 2022-02-06 19:46
This lists other modules that are used by roundup. cgi/cgitb are a separate ticket.

crypt - this should not have a large impact. It never worked under windows and only a
        very old tracker would need this to validate password kept in crypt format.

Code already handles the case where crypt can't be imported. I don't know if that
codepath is tested but ...
msg7460 Author: [hidden] (rouilj) Date: 2022-03-20 04:11
Change the code to detect missing crypt module and report/raise error as an unsupported
scheme. Added test as well. Updated upgrading.txt. changeset:   6626:120b0bb05b6e
History
Date User Action Args
2022-03-20 04:11:58rouiljsetstatus: new -> fixed
resolution: fixed
type: compile error
messages: + msg7460
2022-02-06 20:00:13rouiljsetkeywords: + NeedsTesting, StarterTicket, Deprecation
2022-02-06 19:46:42rouiljcreate