> > 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
- Re: ... as a term John Porter
- Re: ... as a term Karl Glazebrook
- Re: ... as a term Nathan Wiger
- Re: ... as a term Bart Lateur
- Re: ... as a term Bryan C . Warnock
- Re: ... as a term Uri Guttman
- [OT] How to pronounce 'www' (was R... Daniel Chetlin
- Re: [OT] How to pronounce 'www... Bart Lateur
- OT: pronouncing "www" (was: Re: .... Dave Storrs
- Re: ... as a term John Porter
- Re: ... as a term Damian Conway
- Re: ... as a term Damian Conway