]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 3301: Bisect functions behaved badly when lo was negative.
authorRaymond Hettinger <python@rcn.com>
Thu, 10 Jul 2008 14:03:19 +0000 (14:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 10 Jul 2008 14:03:19 +0000 (14:03 +0000)
commit3cd1e42dca01308a9f5897ba2efc2aab0bebb661
tree8950458b1bb3e598da4dc22edbbd610ad5e75bfc
parentd2cd86ddd5c3d90911a98a1440563118297e45db
Issue 3301:  Bisect functions behaved badly when lo was negative.
Lib/bisect.py
Lib/test/test_bisect.py
Misc/NEWS
Modules/_bisectmodule.c