• Stefan Behnel's avatar
    support for long unicode escapes ('\U...') · 71a59940
    Stefan Behnel authored
    fixed unicode escape handling in byte strings
    unescape \xXY in string literals as C allows it to conflict with trailing hex numbers - output string escaping will do the right thing
    71a59940
Parsing.py 73.4 KB