Birch, Bill wrote:
> [int, etc] # a list of ints
> # (etc = zero or more of the previous element)
The obvious way to express that would be
[int, ...]
or at least it would be if ... weren't restricted to slices!
Py3k suggestion: make ... a generally legal expression.
--
Greg