diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-02 11:32:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 11:32:36 (GMT) |
commit | b2ae63161926527e31b9a9071b38836ad88e9a92 (patch) | |
tree | bebd0cc2cefca44715eca9cfb7de5a594be4df17 /Misc | |
parent | ed34965d66b11c3bae43b20671aa796299a56451 (diff) | |
download | cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.zip cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.tar.gz cpython-b2ae63161926527e31b9a9071b38836ad88e9a92.tar.bz2 |
[3.10] bpo-45688: Add _scproxy to sys.stdlib_module_names (GH-29358) (GH-29361)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-02-09-27-46.bpo-45688.v5Der1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-02-09-27-46.bpo-45688.v5Der1.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-02-09-27-46.bpo-45688.v5Der1.rst new file mode 100644 index 0000000..afd73a1 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-02-09-27-46.bpo-45688.v5Der1.rst @@ -0,0 +1,2 @@ +:data:`sys.stdlib_module_names` now contains the macOS-specific module +:mod:`_scproxy`. |