mirror of
https://github.com/python/cpython.git
synced 2025-09-02 06:57:58 +00:00
bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
This commit is contained in:
parent
69a6173d64
commit
3409899128
3 changed files with 8 additions and 1 deletions
|
@ -61,6 +61,7 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"_pyio",
|
||||
"_queue",
|
||||
"_random",
|
||||
"_scproxy",
|
||||
"_sha1",
|
||||
"_sha256",
|
||||
"_sha3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue