commit | d65a901aed0867c66fd4951e5144f5b5315b5de0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Dec 23 21:54:02 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu Dec 23 21:54:02 2010 +0000 |
tree | 9b821957955c0152745e447944ae6d129e14cadd | |
parent | 4a62e89728a9394af43a6b791140d90ee4b45c11 [diff] |
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.