diff options
author | Christian Heimes <christian@python.org> | 2021-11-02 11:08:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 11:08:40 (GMT) |
commit | 34098991289cb3e8eec012fa0243f30b9709666f (patch) | |
tree | bd4dfb2cefbb298a2a73e0a30285c741b8d24662 /Python | |
parent | 69a6173d64332cd4992024c5f6a9f3f5fd6523d5 (diff) | |
download | cpython-34098991289cb3e8eec012fa0243f30b9709666f.zip cpython-34098991289cb3e8eec012fa0243f30b9709666f.tar.gz cpython-34098991289cb3e8eec012fa0243f30b9709666f.tar.bz2 |
bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358)
Diffstat (limited to 'Python')
-rw-r--r-- | Python/stdlib_module_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h index 1743292..754fa94 100644 --- a/Python/stdlib_module_names.h +++ b/Python/stdlib_module_names.h @@ -61,6 +61,7 @@ static const char* _Py_stdlib_module_names[] = { "_pyio", "_queue", "_random", +"_scproxy", "_sha1", "_sha256", "_sha3", |