PEP 3132 – Extended Iterable Unpacking | peps.python.org

This PEP proposes a change to iterable unpacking syntax, allowing to specify a “catch-all” name which will be assigned a list of all items not assigned to a “regular” name.