Is current integer for-loop syntax a wart?

Gustavo Cordova gcordova at hebmex.com
Fri Mar 8 13:30:11 EST 2002


-Wart?

It's not that ugly, or at least not "argh, the pain!!" kind
of ugly, "it just is".

Of course, it'd be nice to use the Ellipsis to create integer
progressions, like the "Ints" object I sent to the list a few
days ago, but it's only in the "it'd be nice" category, and
if I really want it, I can "from IntsClass import Ints" to
have access to it.

Nothing to patch up the compiler and language for.

-gustavo




More information about the Python-list mailing list