]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Jan 2021 22:12:50 +0000 (23:12 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 22:12:50 +0000 (23:12 +0100)
commit9852cb38112a4f8d11e26c3423643ea994d5a14f
treed211a0c20d5da15318ce1cc1fa1ab87f544749e3
parent501d4a51e32c7bbba255598adc307660b5af891a
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)

* Rename _Py_module_names to _Py_stdlib_module_names.
* Rename Python/module_names.h to Python/stdlib_module_names.h.
15 files changed:
.github/workflows/build.yml
.travis.yml
Doc/library/sys.rst
Doc/whatsnew/3.10.rst
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Lib/test/test_sys.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2021-01-18-11-59-46.bpo-42955.CSWLC9.rst
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/pylifecycle.c
Python/stdlib_module_names.h [moved from Python/module_names.h with 95% similarity]
Python/sysmodule.c
Tools/scripts/generate_stdlib_module_names.py [moved from Tools/scripts/generate_module_names.py with 92% similarity]