mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
This commit is contained in:
parent
c9b8e9c421
commit
64fc105b2d
3 changed files with 11 additions and 34 deletions
|
@ -117,7 +117,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"colorsys",
|
||||
"compileall",
|
||||
"concurrent",
|
||||
"concurrent.futures",
|
||||
"configparser",
|
||||
"contextlib",
|
||||
"contextvars",
|
||||
|
@ -126,7 +125,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"crypt",
|
||||
"csv",
|
||||
"ctypes",
|
||||
"ctypes.macholib",
|
||||
"curses",
|
||||
"dataclasses",
|
||||
"datetime",
|
||||
|
@ -135,13 +133,10 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"difflib",
|
||||
"dis",
|
||||
"distutils",
|
||||
"distutils.command",
|
||||
"doctest",
|
||||
"email",
|
||||
"email.mime",
|
||||
"encodings",
|
||||
"ensurepip",
|
||||
"ensurepip._bundled",
|
||||
"enum",
|
||||
"errno",
|
||||
"faulthandler",
|
||||
|
@ -178,8 +173,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"json",
|
||||
"keyword",
|
||||
"lib2to3",
|
||||
"lib2to3.fixes",
|
||||
"lib2to3.pgen2",
|
||||
"linecache",
|
||||
"locale",
|
||||
"logging",
|
||||
|
@ -194,7 +187,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"msilib",
|
||||
"msvcrt",
|
||||
"multiprocessing",
|
||||
"multiprocessing.dummy",
|
||||
"netrc",
|
||||
"nis",
|
||||
"nntplib",
|
||||
|
@ -304,10 +296,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"wsgiref",
|
||||
"xdrlib",
|
||||
"xml",
|
||||
"xml.dom",
|
||||
"xml.etree",
|
||||
"xml.parsers",
|
||||
"xml.sax",
|
||||
"xmlrpc",
|
||||
"zipapp",
|
||||
"zipfile",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue