summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-10-25 00:07:03 +0200
committerThomas Wouters <thomas@python.org>2022-10-25 00:08:22 +0200
commit4ae1a0ecaffe4320fe9774fad1f395f732c17959 (patch)
treec730d6852cbc420a258cb3248b0486bff91b90ac /Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst
parentGH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572) (diff)
downloadcpython-3.12.0a1.tar.gz
cpython-3.12.0a1.tar.bz2
cpython-3.12.0a1.zip
Python 3.12.0a1v3.12.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst b/Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst
deleted file mode 100644
index 0973982dfee..00000000000
--- a/Misc/NEWS.d/next/Library/2022-06-17-16-00-55.gh-issue-93963.8YYZ-2.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Officially deprecate from ``importlib.abc`` classes moved to
-``importlib.resources.abc``.