This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, ronaldoussoren, serhiy.storchaka, vstinner
Date 2021-01-20.00:32:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611102759.78.0.115833155427.issue42955@roundup.psfhosted.org>
In-reply-to
Content
sys.module_names also solves the following old StackOverflow question:
"How to check if a module/library/package is part of the python standard library?"
https://stackoverflow.com/questions/22195382/how-to-check-if-a-module-library-package-is-part-of-the-python-standard-library

"I have installed sooo many libraries/modules/packages with pip and now I cannot differentiate which is native to the python standard library and which is not. This causes problem when my code works on my machine but it doesn't work anywhere else."
History
Date User Action Args
2021-01-20 00:32:39vstinnersetrecipients: + vstinner, ronaldoussoren, serhiy.storchaka, corona10
2021-01-20 00:32:39vstinnersetmessageid: <1611102759.78.0.115833155427.issue42955@roundup.psfhosted.org>
2021-01-20 00:32:39vstinnerlinkissue42955 messages
2021-01-20 00:32:39vstinnercreate