Closed agners closed 3 months ago
Hello @agners would you mind re-opening the PR against the 'main' branch? We did some cleanup with @nilp0inter and it closed some PRs.
Cheers
Hello @agners would you mind re-opening the PR against the 'main' branch? We did some cleanup with @nilp0inter and it closed some PRs.
Sure, done with #63.
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.
These addresses warnings seen with Python 3.12: