]> granicus.if.org Git - python/commit
Fix buglet. If the input was an iterator, the fallback would occur after
authorRaymond Hettinger <python@rcn.com>
Thu, 23 Dec 2010 21:54:02 +0000 (21:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 23 Dec 2010 21:54:02 +0000 (21:54 +0000)
commitd65a901aed0867c66fd4951e5144f5b5315b5de0
tree9b821957955c0152745e447944ae6d129e14cadd
parent4a62e89728a9394af43a6b791140d90ee4b45c11
Fix buglet.  If the input was an iterator, the fallback would occur after
part of the iterator had been consumed.   Also, fix argument names which
did not match the docs and were a bit misleading.
Lib/unittest/case.py