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 aroberge
Recipients aroberge, lys.nikolaou, pablogsal
Date 2021-08-18.12:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629288182.67.0.0167493416398.issue44947@roundup.psfhosted.org>
In-reply-to
Content
This message is not new to Python 3.10 as it is also shown with Python 3.9.5.

>>> from math import sin, cos, and tan
  File "<stdin>", line 1
    from math import sin, cos, and tan
                               ^
SyntaxError: trailing comma not allowed without surrounding parentheses
History
Date User Action Args
2021-08-18 12:03:02arobergesetrecipients: + aroberge, lys.nikolaou, pablogsal
2021-08-18 12:03:02arobergesetmessageid: <1629288182.67.0.0167493416398.issue44947@roundup.psfhosted.org>
2021-08-18 12:03:02arobergelinkissue44947 messages
2021-08-18 12:03:02arobergecreate