Staging
v0.5.1
https://github.com/python/cpython
Revision 26a96fa493361ca098e3df3ab0e04c75e694b6ab authored by Mark Dickinson on 01 March 2008, 02:27:46 UTC, committed by Mark Dickinson on 01 March 2008, 02:27:46 UTC
itertools.chain consumes its arguments lazily,
so chain(non_iterable) doesn't raise TypeError
until the first call to__next__.  The test has
been changed to reflect this.

Committing this in during the code freeze; the
checkin was approved by Barry.
1 parent 873d9ff
History
Tip revision: 26a96fa493361ca098e3df3ab0e04c75e694b6ab authored by Mark Dickinson on 01 March 2008, 02:27:46 UTC
Fix failing itertools test: since revision 61118,
Tip revision: 26a96fa
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgsvnexternals -rw-r--r-- 65 bytes
.hgtags -rw-r--r-- 2.6 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 36.3 KB
README -rw-r--r-- 5.1 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 645.7 KB
configure.in -rw-r--r-- 96.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.2 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 68.4 KB

README

back to top