summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-31 02:00:48 (GMT)
committerGitHub <noreply@github.com>2021-12-31 02:00:48 (GMT)
commite712a5b277866a71c195f38c1b5d87d9126dba3e (patch)
tree0adfeaa93118e057089101c9e07678ca6c6daafd /Misc
parent2cf7d02b99ce8cebd26d330aa8aac2ee369d4600 (diff)
downloadcpython-e712a5b277866a71c195f38c1b5d87d9126dba3e.zip
cpython-e712a5b277866a71c195f38c1b5d87d9126dba3e.tar.gz
cpython-e712a5b277866a71c195f38c1b5d87d9126dba3e.tar.bz2
bpo-46118: Move importlib.resources to its own package. (#30176)
* bpo-46118: Move importlib.resources to its own package. * Expand compatibility shims with documentation and explicit imports.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-17-16-27-44.bpo-46118.euAy0E.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-17-16-27-44.bpo-46118.euAy0E.rst b/Misc/NEWS.d/next/Library/2021-12-17-16-27-44.bpo-46118.euAy0E.rst
new file mode 100644
index 0000000..c53e576
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-12-17-16-27-44.bpo-46118.euAy0E.rst
@@ -0,0 +1 @@
+Moved importlib.resources and its related functionality to a package.