diff options
author | Brett Cannon <brett@python.org> | 2021-04-03 22:31:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 22:31:15 (GMT) |
commit | dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936 (patch) | |
tree | 80ae8d9059b68a4803a02c7269dba190f7596678 /Misc | |
parent | c5354c045c1067549554c35485a12afdcf88a202 (diff) | |
download | cpython-dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936.zip cpython-dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936.tar.gz cpython-dc6d3e1e4c0c1e4b2210edab8fb4762569dc2936.tar.bz2 |
bpo-43720: Update import-related stdlib deprecation messages to say they will be removed in Python 3.12 (GH-25167)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-04-03-13-45-51.bpo-43720.FDZ5cZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-03-13-45-51.bpo-43720.FDZ5cZ.rst b/Misc/NEWS.d/next/Library/2021-04-03-13-45-51.bpo-43720.FDZ5cZ.rst new file mode 100644 index 0000000..d71460f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-04-03-13-45-51.bpo-43720.FDZ5cZ.rst @@ -0,0 +1,2 @@ +Document various stdlib deprecations in imp, pkgutil, and importlib.util for removal in Python +3.12. |