Message384089
Honestly this seems like a bug in 3.8 to me (if it indeed behaves like this):
>>> (*x), y
(1, 2, 3)
Every time I mistakenly tried (*x) I really meant (*x,), so it's surprising that (*x), y would be interpreted as (*x, y) rather than flagging (*x) as an error.
Please don't "fix" this even if it is a regression. |
|
Date |
User |
Action |
Args |
2020-12-30 22:30:20 | gvanrossum | set | recipients:
+ gvanrossum, lys.nikolaou, pablogsal, gousaiyang |
2020-12-30 22:30:20 | gvanrossum | set | messageid: <1609367420.49.0.0975835073848.issue40631@roundup.psfhosted.org> |
2020-12-30 22:30:20 | gvanrossum | link | issue40631 messages |
2020-12-30 22:30:20 | gvanrossum | create | |
|