Message399860
The problem is not the keyword, is that we are parsing correctly until the "and" and we find the comma there. It happens with anything that invalidates more items:
>>> from math import sin, cos, $ tan
File "<stdin>", line 1
from math import sin, cos, $ tan
^
SyntaxError: trailing comma not allowed without surrounding parentheses |
|
Date |
User |
Action |
Args |
2021-08-18 18:06:49 | pablogsal | set | recipients:
+ pablogsal, aroberge, lys.nikolaou |
2021-08-18 18:06:49 | pablogsal | set | messageid: <1629310009.49.0.693520312264.issue44947@roundup.psfhosted.org> |
2021-08-18 18:06:49 | pablogsal | link | issue44947 messages |
2021-08-18 18:06:49 | pablogsal | create | |
|