]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 16 Nov 2020 23:09:35 +0000 (01:09 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 23:09:35 +0000 (01:09 +0200)
commitcae60187cf7a7b26281d012e1952fafe4e2e97e9
tree90fe6ee32f7e1df5f6bda8701d7bf5f434f4f382
parentcb3e5ed0716114393696ec7201e51fe0595eab4f
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Grammar/python.gram
Lib/test/test_named_expressions.py
Misc/NEWS.d/next/Core and Builtins/2020-11-16-17-30-03.bpo-42316._DdmpQ.rst [new file with mode: 0644]
Parser/parser.c