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 vstinner
Date 2021-03-09.10:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615286111.17.0.443084957575.issue43445@roundup.psfhosted.org>
In-reply-to
Content
The sys.stdlib_module_names documentation says: "All module kinds are listed: pure Python, built-in, frozen and extension modules. Test modules are excluded."
https://docs.python.org/dev/library/sys.html#sys.stdlib_module_names

But I just noticed that frozen modules are not listed!

Attached PR fix this issue.
History
Date User Action Args
2021-03-09 10:35:11vstinnersetrecipients: + vstinner
2021-03-09 10:35:11vstinnersetmessageid: <1615286111.17.0.443084957575.issue43445@roundup.psfhosted.org>
2021-03-09 10:35:11vstinnerlinkissue43445 messages
2021-03-09 10:35:10vstinnercreate