Closed
Description
Using mypy from master, reporting a usability bug.
Mypy seems to recognize standard library imports:
/usr/local/lib/python3.6/dist-packages/dns/entropy.py:23: error: No library stub file for standard library module 'dummy_threading'
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:
/usr/local/lib/python3.6/dist-packages/dns/name.py:23: error: Cannot find module named 'encodings.idna'
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.