]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* balance the left/right search for getitem.
authorRaymond Hettinger <python@rcn.com>
Fri, 9 Jul 2004 04:10:20 +0000 (04:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 9 Jul 2004 04:10:20 +0000 (04:10 +0000)
commita435c53e133546adb4a7d13a73f9b688bf1a6078
tree588fbfb2a1aaa1a6c64309ecb25d229148b3576b
parent2b2795ac6d20ad9171eb083a9e3bcf8eeaa4a889
* balance the left/right search for getitem.
* use assertions instead of tests after internal calls that can't fail.
* expand test coverage
Lib/test/test_deque.py
Modules/collectionsmodule.c