Antoine Pitrou wrote:
...
In py3k, we could also use "..." (the Ellipsis object) to denote places where an argument is missing, so that:
    split_comma = partial(str.split, ..., ',')
would do what you want.

Thus preventing any use of partial when an argument could be an
the Ellipsis instance.

--Scott David Daniels
scott.dani...@acm.org

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to