]> granicus.if.org Git - python/commit
Added a zip() test where one of the arguments is an instance whose
authorBarry Warsaw <barry@python.org>
Sun, 1 Oct 2000 04:28:43 +0000 (04:28 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 1 Oct 2000 04:28:43 +0000 (04:28 +0000)
commit370a29fe42e8581fca51c59de62c11b7d28abaab
treed7c002521d5dc2a78f670bc05bf58cad08910e90
parentcc4adf27f4d45592751dc3bcfd0caae667d482fb
Added a zip() test where one of the arguments is an instance whose
class has no __getitem__().  This raises an AttributeError.
Lib/test/test_b2.py