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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to