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

Ned Batchelder report at bugs.python.org
Mon May 13 18:17:02 EDT 2019


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

Looks like these modules describe themselves as always available: _thread, sys, threading, time.

Notice that the built-ins are also described as "always available", which is the meaning we're trying to move math away from (you can use them without importing anything).

----------

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


More information about the docs mailing list