Conditional Expressions don't solve the problem

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Wed Oct 17 15:15:31 EDT 2001


Guido van Rossum <guido at python.org> wrote:

>> Is iter handled more effeciently than this?
>
>Sure is -- here you are introducing an extra Python method call for
>each item in the sequence; using iter(function, endCase) does the same
>thing in C.
>

Excellent :-)


--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list