modernize icon indicating copy to clipboard operation
modernize copied to clipboard

Modernize does not update the syntax when raw string is used together with unicode literal

Open lohxx opened this issue 2 years ago • 0 comments

REX_SANITIZE = re.compile(ur'[\'"]')

The above statement throws a SyntaxError, how can we fix this?

lohxx avatar Oct 26 '22 19:10 lohxx