]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145269: simplify bisect.bisect doc example (#145270)
authorNathan Goldbaum <nathan.goldbaum@gmail.com>
Sat, 28 Feb 2026 09:09:39 +0000 (02:09 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 09:09:39 +0000 (09:09 +0000)
commitfdb4b3527f356a84bc00ca32516181016400e567
treef7c09c031ad57e9e9f8d5db45fff4310982b93cf
parent09e8c382312b145b710dca7072ff2e13fe8c09ab
gh-145269: simplify bisect.bisect doc example (#145270)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
---------

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Doc/library/bisect.rst
Lib/test/test_bisect.py