Skip to content

Version 1.1.48

Latest

Choose a tag to compare

@CodeByZach CodeByZach released this 23 Sep 18:36
Fix invalid escape sequences for Python 3.14

Python 3.14 warns about invalid escapes such as \. and \$ in string
literals, and a future release will reject them. Strings with no real
escapes became raw strings; the rest had only their invalid backslashes
doubled. Every string's value is unchanged.