commit | 3283bf4519139cf62ba04a76930f84ca1e7da910 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Thu Jun 03 22:22:28 2021 +0100 |
committer | GitHub <noreply@github.com> | Thu Jun 03 22:22:28 2021 +0100 |
tree | e4693da282b432d9adbb492b4286829d832858cb | |
parent | 976598d36bd180024c5f0edf1f7ec0f0b436380f [diff] |
[3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478) Use "ellipsis" instead of "Ellipsis" in syntax error messages to eliminate confusion with built-in variable Ellipsis. (cherry picked from commit 39dd141) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>