Raymond Hettinger wrote:
>>   Print["One", "Two", ...]
>>   Print["Buckle my shoe"]
> 
> The ellipsis was a nice touch.

I've been wondering whether it would be worth allowing
ellipses to appear in other places besides slice indices,
so it could be used in a print-function and other such
purposes without having to abuse the slice notation:

   print("One", "Two", ...)

Greg


_______________________________________________
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