[issue43445] Add frozen modules to sys.stdlib_module_names

STINNER Victor report at bugs.python.org
Tue Mar 9 05:35:11 EST 2021


New submission from STINNER Victor <vstinner at python.org>:

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.

----------
components: Library (Lib)
messages: 388345
nosy: vstinner
priority: normal
severity: normal
status: open
title: Add frozen modules to sys.stdlib_module_names
versions: Python 3.10

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


More information about the Python-bugs-list mailing list