Chris Angelico wrote:
The problem is that it depends on internal whitespace to
distinguish it from augmented assignment;
Ah, didn't spot that. I guess the ellipsis is the next best
thing then.
An alternative would be to require parens:
(x, y, *) = z
--
Greg