Closed alexander-beedie closed 7 months ago
One of the regexes hadn't been set as a raw string; fixing that can avoid the following error on Python 3.12:
E and not re.match(".*\[.*[dmhys].*\]", format_str) E ^^^^^^^^^^^^^^^^^^^ E SyntaxError: invalid escape sequence '\['
@dilshod, thank you for all your work on this repo. Do you have any plans to create a new release with this change?
@ericpalakovichcarr I just published 0.8.3 version.
One of the regexes hadn't been set as a raw string; fixing that can avoid the following error on Python 3.12: