[docs] [issue36908] "This module is always available" is confusing

Ned Batchelder report at bugs.python.org
Mon May 13 20:16:01 EDT 2019


Ned Batchelder <ned at nedbatchelder.com> added the comment:

There are hundreds of modules that are always importable.  The majority of the standard library is always importable.  More useful would be to annotate those modules that might not be importable, with a reason why.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36908>
_______________________________________


More information about the docs mailing list