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/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.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/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst
deleted file mode 100644
index 6dac72b905c..00000000000
--- a/Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix location of sub-expressions of boolean expressions, by reducing their scope to that of the sub-expression.