Staging
v0.8.1
Revision 05eba1fdc80efe145bac39d9d84cb1cc439f303c authored by Tim Peters on 27 August 2004, 21:32:02 UTC, committed by Tim Peters on 27 August 2004, 21:32:02 UTC
much to reduce the size of the code, but greatly improves its clarity.
It's also quicker in what's probably the most common case (the argument
iterable is a list).  Against it, if the iterable isn't a list or a tuple,
a temp tuple is materialized containing the entire input sequence, and
that's a bigger temp memory burden.  Yawn.
1 parent cca0183
History

back to top