diff options
author | Thomas Wouters <thomas@python.org> | 2022-10-25 00:07:03 +0200 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-10-25 00:08:22 +0200 |
commit | 4ae1a0ecaffe4320fe9774fad1f395f732c17959 (patch) | |
tree | c730d6852cbc420a258cb3248b0486bff91b90ac /Misc/NEWS.d/next/Core and Builtins/2022-10-18-14-11-32.gh-issue-98390.H1sxJu.rst | |
parent | GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572) (diff) | |
download | cpython-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.rst | 1 |
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. |