> > I think this is fraught with peril. I'd have expected:
   > > 
   > >          print (1, 2, 3, ...) or die;
   > > 
   > > to print
   > > 
   > >  12345678910111213141516171819202122232425262728etc
   > 
   > No, if that's what you wanted, you'd get it with
   > 
   >    print( 1, 2, 3 .. )   # RFC 24

Sure, but I said "expected", not "wanted".

I was pointing out that the distinction between the two syntaxes is too
subtle, especially since, in English, we write infinite lists with three
dots, not two.

Damian

Reply via email to