]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 1 Aug 2021 01:10:50 +0000 (02:10 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Aug 2021 01:10:50 +0000 (02:10 +0100)
commit208a7e957b812ad3b3733791845447677a704f3e
tree5af298f98c8ceea7d731ae14f3770e4b6e1fbdc0
parentb08c48e61745666df9aeee97d8bddbf1e5550627
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
Grammar/python.gram
Lib/test/test_exceptions.py
Parser/parser.c