]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44273: Improve syntax error message for assigning to "..." (GH-26477)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Jun 2021 11:07:05 +0000 (14:07 +0300)
committerGitHub <noreply@github.com>
Tue, 1 Jun 2021 11:07:05 +0000 (12:07 +0100)
commit39dd141a4ba68bbb38fd00a65cdcff711acdafb5
tree9e676b83f44fd7b500bd698dee404b6b733f7635
parentfffa0f92adaaed0bcb3907d982506f78925e9052
bpo-44273: Improve syntax error message for assigning to "..." (GH-26477)

Use "ellipsis" instead of "Ellipsis" in syntax error messages to eliminate confusion with built-in variable Ellipsis.
Lib/test/test_syntax.py
Parser/pegen.c