PEP 276 Simple Iterator for ints (fwd)

James_Althoff at i2.com James_Althoff at i2.com
Wed Nov 28 16:20:29 EST 2001


David Eppstein wrote:
>or even (with Perl-like conciseness)
>    if i in 5:

(Assuming that the above was meant as a ding and not a compliment ;-)

Even if

    for rowindex in table.rowcount:

has "Perl-like conciseness", you have to admit at least that it doesn't add
any Perl-like line noise.  <wink>

Jim





More information about the Python-list mailing list