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
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com