Status of PEP's?

Kragen Sitaker kragen at pobox.com
Wed Mar 20 03:05:57 EST 2002


daniels at mindspring.com (Alan Daniels) writes:
> 1) Right now, we have complete orthogonality between "for" and "if".
> "for i in seq:" will be called for each value where "if i in seq:" is
> true. Adding "for i in 5" destroys this.

for i < 5:
for 0 <= i < 5:




More information about the Python-list mailing list