Message 342394 - Python tracker

Message342394

Author nedbat
Recipients Mariatta, docs@python, nedbat
Date 2019-05-13.22:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557785822.22.0.253866195914.issue36908@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2019-05-13 22:17:02nedbatsetrecipients: + nedbat, docs@python, Mariatta
2019-05-13 22:17:02nedbatsetmessageid: <1557785822.22.0.253866195914.issue36908@roundup.psfhosted.org>
2019-05-13 22:17:02nedbatlinkissue36908 messages
2019-05-13 22:17:02nedbatcreate