You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python's re.escape() escapes different character sets
from version 3.3 and then from version 3.7.
Adjust the escaping mechanism (originally written
for python2) to cope.
Reverts the unescaping at EOL workaround from commit ce5f932.
0 commit comments