diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-11-17 01:08:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 15:08:35 -0800 |
commit | cb3e5ed0716114393696ec7201e51fe0595eab4f (patch) | |
tree | f44ee133ea7d7ad30dec484eaa063ef6fc70ade9 /Misc/NEWS.d/next/Core and Builtins | |
parent | bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) (diff) | |
download | cpython-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.rst | 2 |
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 |