This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients aroberge, pablogsal
Date 2021-05-31.20:31:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622493104.07.0.876097700313.issue44273@roundup.psfhosted.org>
In-reply-to
Content
What we can do is to replace:

SyntaxError: cannot assign to Ellipsis here. Maybe you meant '==' instead of '='?

for

SyntaxError: cannot assign to '...' here. Maybe you meant '==' instead of '='?
History
Date User Action Args
2021-05-31 20:31:44pablogsalsetrecipients: + pablogsal, aroberge
2021-05-31 20:31:44pablogsalsetmessageid: <1622493104.07.0.876097700313.issue44273@roundup.psfhosted.org>
2021-05-31 20:31:44pablogsallinkissue44273 messages
2021-05-31 20:31:44pablogsalcreate