]> granicus.if.org Git - python/commit
test_iterator(): Don't do a type comparison to see if it's an
authorBarry Warsaw <barry@python.org>
Tue, 25 Sep 2001 21:40:04 +0000 (21:40 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 25 Sep 2001 21:40:04 +0000 (21:40 +0000)
commit45653503ec0a0f8db383aa3532bc09450970c74a
tree7545810261f9da0a9c10f1a10a8c47aced10b6b9
parent874f15aa289e30e32a74379749cf9b6bea674fde
test_iterator(): Don't do a type comparison to see if it's an
iterator, just test to make sure it has the two required iterator
protocol methods __iter__() and next() -- actually just test
hasattr-ness.
Lib/test/test_StringIO.py