modernize
modernize copied to clipboard
Modernize does not update the syntax when raw string is used together with unicode literal
REX_SANITIZE = re.compile(ur'[\'"]')
The above statement throws a SyntaxError, how can we fix this?