Closed maringuu closed 4 months ago
Not annotating the strings as raw results in invalid escape sequences. Due to python shenanigans this did not actually matter in practice. But as of python3.12 this causes a SyntaxWarning and will cause an error in the future.
Reference: https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences
Thank you!
Not annotating the strings as raw results in invalid escape sequences. Due to python shenanigans this did not actually matter in practice. But as of python3.12 this causes a SyntaxWarning and will cause an error in the future.
Reference: https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences