May 13, 2019
10:17 p.m.
Ned Batchelder <ned@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@bugs.python.org> <https://bugs.python.org/issue36908> _______________________________________