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
In any case, do you want to try submitting a PR for this? I think the only change you'll need to make is adding the string "encodings" to the appropriate list.
(Or alternatively, if you're feeling up to it, you could try contributing stubs for the encoding module to typeshed. That's a much bigger task though.)
Using mypy from master, reporting a usability bug.
Mypy seems to recognize standard library imports:
But when I got an error message about "encodings.idna", I didn't think it was a stdlib module since Mypy used a different wording:
But encodings.idna is in Python! See https://github.com/python/cpython/blob/master/Lib/encodings/idna.py
Thank you for your patience, I hope the bug report is good, please let me know if you need further information.
The text was updated successfully, but these errors were encountered: