commit | 39dd141a4ba68bbb38fd00a65cdcff711acdafb5 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 01 14:07:05 2021 +0300 |
committer | GitHub <noreply@github.com> | Tue Jun 01 12:07:05 2021 +0100 |
tree | 9e676b83f44fd7b500bd698dee404b6b733f7635 | |
parent | fffa0f92adaaed0bcb3907d982506f78925e9052 [diff] |
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.