mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
b64afbc55c
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 9a2f25d374)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>