]> granicus.if.org Git - python/commit
test_sf_950057's gen1() used an assert statement, which caused the test
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 17:34:03 +0000 (17:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 17:34:03 +0000 (17:34 +0000)
commitbeb7c0c434cf108fe903e80c070ed1a5aa7b14c2
treeb20b5170808c35ecb36dbb3d11b3d749fed045fa
parent68a323c5d811843dba73bb41efc18f4693b0f2d6
test_sf_950057's gen1() used an assert statement, which caused the test
to fail when running with -O.  Changed to raise AssertionError instead.
Lib/test/test_itertools.py