[Python-Dev] Pascaloid print substitute (Replacement for print inPython 3.0)
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Sep 6 13:13:57 CEST 2005
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
More information about the Python-Dev
mailing list