29ad252278
Turns out str.isdigit() also handles ² as a digit, but int('²') causes a ValueError. Here we use `string.digits` instead, which is '0123456789'. Fixes #3743 |
||
---|---|---|
.. | ||
conftest.py | ||
key_data.py | ||
test_basekeyparser.py | ||
test_keyutils.py | ||
test_modeman.py | ||
test_modeparsers.py |