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 iritkatriel
Recipients iritkatriel, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, veky
Date 2020-12-04.23:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607125051.76.0.990215468246.issue30858@roundup.psfhosted.org>
In-reply-to
Content
I get this now on 3.10:


>>> print(end1 + end2 + end3 + end4 + end5 + end6 + end=' ')
  File "<stdin>", line 1
    print(end1 + end2 + end3 + end4 + end5 + end6 + end=' ')
          ^
SyntaxError: expression cannot contain assignment, perhaps you meant "=="?
History
Date User Action Args
2020-12-04 23:37:31iritkatrielsetrecipients: + iritkatriel, rhettinger, ncoghlan, r.david.murray, serhiy.storchaka, veky
2020-12-04 23:37:31iritkatrielsetmessageid: <1607125051.76.0.990215468246.issue30858@roundup.psfhosted.org>
2020-12-04 23:37:31iritkatriellinkissue30858 messages
2020-12-04 23:37:31iritkatrielcreate