mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 05:37:11 +00:00
08a747a750
The reason to change was that format is a builtin function in Python. By redefining it we are simply overriding it and so it is not a problem although not elegant. Another issue in this file is `match` that become a contextual keyword in Python 3.10. Again it is not elegant although it is allowed.