News

Python 3.12 improves handling of incorrect escape sequences, see https://docs.python.org/3/whatsnew/3.12.html#other-language-changes This is a typical scenario in ...
With Python 3.12, invalid escape sequences throw SyntaxWarnings instead of Deprecation warnings: So, I think the regular expressions that we use in our snippets need to either be tweaked, or converted ...