]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-111944: Add assignment expression parentheses requirements (GH-111977)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Nov 2023 00:14:03 +0000 (01:14 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 00:14:03 +0000 (00:14 +0000)
commitb64afbc55c27274a73ade0680606cde2a26470cb
tree827c81175bb7e106ce4223812f67659d013c6e3c
parentaa3232db23e0dabbabb0a1f8fc9bb20bf7ec68c9
[3.11] gh-111944: Add assignment expression parentheses requirements (GH-111977) (#112011)

Augment the list of places where parentheses are
required around assignnment statements.  In particular,
'a := 0' and 'a = b := 1' are syntax errors.
(cherry picked from commit 9a2f25d374f027f6509484d66e1c7bba03977b99)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/reference/expressions.rst