summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2020-06-09 17:50:01 (GMT)
committerGitHub <noreply@github.com>2020-06-09 17:50:01 (GMT)
commitce5e6f098f8a270e50b989baa75765584573706b (patch)
tree2981907da6ecc32c928ff425c80a08c1681131b0 /Misc/NEWS.d/next/Library
parent6cb24a035c5980cab39b6dc5d70762af07293bea (diff)
downloadcpython-ce5e6f098f8a270e50b989baa75765584573706b.zip
cpython-ce5e6f098f8a270e50b989baa75765584573706b.tar.gz
cpython-ce5e6f098f8a270e50b989baa75765584573706b.tar.bz2
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760)
This reverts commit 9cf1be46e3692d565461afd3afa326d124d743dd due to https://bugs.python.org/issue40924.
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst b/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst
new file mode 100644
index 0000000..4fc65e2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-09-18-59-34.bpo-40924.qR_YYG.rst
@@ -0,0 +1,4 @@
+`importlib.resources`: Reverted ``TraversableResources`` implementations
+from the built-in loaders (SourceFileLoader and ZipImporter) as it was an
+incompatible change introduced in 3.9.0 beta 2 causing through a chain of
+events for root TLS certificates to be missing.