Guido van Rossum <[email protected]> added the comment:

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.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue40631>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to