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
typeshed's VERSIONS file now supports sub-modules. For example:
importlib: 2.7-
importlib.resources: 3.7-
Currently, mypy just ignores sub-modules and treats them like their parent module. It would be useful if mypy would recognize that a sub-module was not available in a certain Python version, though.
The text was updated successfully, but these errors were encountered:
typeshed's
VERSIONS
file now supports sub-modules. For example:Currently, mypy just ignores sub-modules and treats them like their parent module. It would be useful if mypy would recognize that a sub-module was not available in a certain Python version, though.
The text was updated successfully, but these errors were encountered: