Re: [Python-Dev] Pascaloid print substitute (Replacement for print inPython 3.0)

2005-09-06 Thread Greg Ewing
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 w

Re: [Python-Dev] Pascaloid print substitute (Replacement for print inPython 3.0)

2005-09-04 Thread Raymond Hettinger
>Print["One", "Two", ...] >Print["Buckle my shoe"] The ellipsis was a nice touch. Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options