summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-04-15 09:07:20 (GMT)
committerThomas Wouters <thomas@python.org>2006-04-15 09:07:20 (GMT)
commit8690c4ed3fa1f1889459249c7e50e11c2052b340 (patch)
tree55eda053a8f2cfde2e4306ea0892a1116c7607a4 /Lib/test/output
parent0725cf2127128654ccc54ac9155a8cf0233b7348 (diff)
downloadcpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.zip
cpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.tar.gz
cpython-8690c4ed3fa1f1889459249c7e50e11c2052b340.tar.bz2
Fix tests that were trying to make iteration blow up, on broken iterators.
Since the broken iterators are now new-style classes, iter() was able to do the valid-iterator check sooner (on instantiation instead of on first call), making the tests blow up sooner than expected.
Diffstat (limited to 'Lib/test/output')
0 files changed, 0 insertions, 0 deletions