[issue46725] Unpacking without parentheses is allowed since 3.9

Batuhan Taskaya report at bugs.python.org
Fri Feb 11 13:13:13 EST 2022


Batuhan Taskaya <isidentical at gmail.com> added the comment:

Since this was already allowed in 3.9 and 3.10 stable relases, and since it is consistent with the RHS of an assignment (something = *a, *b); I'd lean towards keeping it (and maybe fixing the old parser's grammar to reflect that) and documenting this.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46725>
_______________________________________


More information about the Python-bugs-list mailing list