Support #24936
Add a tool to check python expressions in the frontend configuration for Python 3 compatibility
Start date:
09/09/2020
Due date:
% Done:
0%
Estimated time:
Stakeholders:
Description
Python expressions like the match expressions are compiled in the frontend.
These will have to be python 3 compliant (e.g. no .has_key(), // as integer division, ...)
A tool proofing the Frontend configuration would help Frontend operators
History
#1 Updated by Marco Mambelli 4 months ago
- Target version changed from 2122 to v3_9_1