In <[EMAIL PROTECTED]>, Roy Smith wrote:

> Alex Martelli <[EMAIL PROTECTED]> wrote:
>>Agreed.  *IF* we truly needed an occasional "up to X *INCLUDED*"
>>sequence, it should be in a syntax that can't FAIL to be noticed, such
>>as range(X, endincluded=True).
> 
> How about...
> 
> for i in (0..x]:
>     blah

That would break most editors "highlight matching brace" functionality.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to