Message399839
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 |
|
Date |
User |
Action |
Args |
2021-08-18 12:03:02 | aroberge | set | recipients:
+ aroberge, lys.nikolaou, pablogsal |
2021-08-18 12:03:02 | aroberge | set | messageid: <1629288182.67.0.0167493416398.issue44947@roundup.psfhosted.org> |
2021-08-18 12:03:02 | aroberge | link | issue44947 messages |
2021-08-18 12:03:02 | aroberge | create | |
|