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
Here the string describing the regex pattern contains backslashes.
Python raises a SyntaxWarning: invalid escape sequence '\.' as a result.
Should these backslashes be escaped?
I don't think it's a bug but clarification would be nice.