]> granicus.if.org Git - python/commit
Fix test_bisect in the same way as test_itertools: iter() blows up a lot
authorThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:12:14 +0000 (09:12 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 15 Apr 2006 09:12:14 +0000 (09:12 +0000)
commit1ae9afa829ff0b6372b9fd70365653ab6c565b3a
treec63c626c9647b8c486e13e1fb477609d7e92ef8a
parent34729030a741bcbc469ce0e796182f85405a9b3d
Fix test_bisect in the same way as test_itertools: iter() blows up a lot
sooner for new-style broken-iterators, expect it to.
Lib/test/test_bisect.py