Mailing List Archive

[issue42955] Add sys.stdlib_module_names: list of stdlib module names (Python and extension modules)
STINNER Victor <vstinner@python.org> added the comment:

Update: attribute renamed to sys.stdlib_module_names.

----------
title: Add sys.module_names: list of stdlib module names (Python and extension modules) -> Add sys.stdlib_module_names: list of stdlib module names (Python and extension modules)

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42955] Add sys.stdlib_module_names: list of stdlib module names (Python and extension modules) [ In reply to ]
Change by STINNER Victor <vstinner@python.org>:


----------
pull_requests: +23173
pull_request: https://github.com/python/cpython/pull/24353

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42955] Add sys.stdlib_module_names: list of stdlib module names (Python and extension modules) [ In reply to ]
STINNER Victor <vstinner@python.org> added the comment:


New changeset 64fc105b2d2faaeadd1026d2417b83915af6622f by Victor Stinner in branch 'master':
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
https://github.com/python/cpython/commit/64fc105b2d2faaeadd1026d2417b83915af6622f


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com