]> granicus.if.org Git - python/commit
Fixed the error reporting (raise of TestFailed) for the zip() and
authorBarry Warsaw <barry@python.org>
Tue, 19 Sep 2000 14:42:09 +0000 (14:42 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Sep 2000 14:42:09 +0000 (14:42 +0000)
commit715812667366cc747ac78598d462dd7ff75d4bb2
tree888d9baee4502700846ebf3cb4c4b7a03de3a76f
parent4622e146ee77148ddddf6ef1ecfcf306b5286262
Fixed the error reporting (raise of TestFailed) for the zip() and
zip(None) tests.  Found by Finn Bock a while ago.
Lib/test/test_b2.py