Closed agners closed 1 month ago
There are a couple more invalid escape sequences. These are not meant to be Python string escape sequences, but literal backspace used for those regular expressions. Use the raw string prefix r"" for these strings.
I've fixed a couple more SyntaxWarning.
@creekorful gentle ping on this one. Would be nice to get rid of some more deprecation warnings :smile:
@agners Thanks for your contribution!
There are a couple more invalid escape sequences. These are not meant to be Python string escape sequences, but literal backspace used for those regular expressions. Use the raw string prefix r"" for these strings.