-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
replace re patterns AnyStr with Union[str, unicode] #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Looks good! Thanks! |
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
I had to roll this back in fb96ee8. This PR introduced some bugs (it used |
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
Had to add some "type: ignore" because the pattern used in match doesn't affect the type returned. A fix for this issue has been pushed to typeshed - python/typeshed#244
The type of the pattern doesn't affect the return type.