summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorLysandros Nikolaou <lisandrosnik@gmail.com>2020-11-16 23:08:35 (GMT)
committerGitHub <noreply@github.com>2020-11-16 23:08:35 (GMT)
commitcb3e5ed0716114393696ec7201e51fe0595eab4f (patch)
treef44ee133ea7d7ad30dec484eaa063ef6fc70ade9 /Misc/NEWS.d
parentf62dad16b8e540486a0a0fed41e723d36986f860 (diff)
downloadcpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.zip
cpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.tar.gz
cpython-cb3e5ed0716114393696ec7201e51fe0595eab4f.tar.bz2
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')
-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 0000000..d86d038
--- /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