]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-4356: Add key function support to the bisect module (GH-20556)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 20 Oct 2020 05:04:01 +0000 (22:04 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 05:04:01 +0000 (22:04 -0700)
commit871934d4cf00687b3d1411c6e344af311646c1ae
tree38e217fef97e11202ab905bb734d3d3f8aa01629
parentde73d432bb29f6439f2db16cb991e15e09c70c26
bpo-4356: Add key function support to the bisect module (GH-20556)
Doc/library/bisect.rst
Doc/tools/susp-ignored.csv
Lib/bisect.py
Lib/test/test_bisect.py
Misc/NEWS.d/next/Library/2020-05-31-10-48-47.bpo-4356.P8kXqp.rst [new file with mode: 0644]
Modules/_bisectmodule.c
Modules/clinic/_bisectmodule.c.h