aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-11-17 01:08:35 +0200
committerGitHub <noreply@github.com>2020-11-16 15:08:35 -0800
commitcb3e5ed0716114393696ec7201e51fe0595eab4f (patch)
treef44ee133ea7d7ad30dec484eaa063ef6fc70ade9 /Misc/NEWS.d/next/Core and Builtins
parentbpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) (diff)
downloadcpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.tar.gz
cpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.tar.bz2
cpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.zip
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
This fixes a regression that was introduced by the new parser. Automerge-Triggered-By: GH:lysnikolaou
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-57-09.bpo-42374.t7np1E.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-57-09.bpo-42374.t7np1E.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-57-09.bpo-42374.t7np1E.rst
new file mode 100644
index 00000000000..d86d038c842
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-57-09.bpo-42374.t7np1E.rst
@@ -0,0 +1,2 @@
+Fix a regression introduced by the new parser, where an unparenthesized walrus operator
+was not allowed within generator expressions. \ No newline at end of file