mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
9a2f25d374
gh-111944: Clarify where assignment expressions require ()s Augment the list of places where parentheses are required around assignnment statements. In particular, 'a := 0' and 'a = b := 1' are syntax errors.