Closed sec13b closed 1 month ago
Works as intended, use a raw string for strings with unescaped backslashes. If suggest to raise an issue if this is an issue with a library you're using.
Both string and bytes literals may optionally be prefixed with a letter 'r' or 'R'; such constructs are called raw string literals and raw bytes literals respectively and treat backslashes as literal characters. As a result, in raw string literals, '\U' and '\u' escapes are not treated specially.
Can someone close this issue?
nothing
after i update the python