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
File Mode Size
Dist
Doc
PythonLauncher
.cvsignore -rw-r--r-- 43 bytes
Extras.ReadMe.txt -rw-r--r-- 819 bytes
Extras.install.py -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 8.4 KB
README -rw-r--r-- 7.8 KB
fixversions.py -rw-r--r-- 2.4 KB
sample_sitecustomize.py -rw-r--r-- 180 bytes

README

back to top