]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145368)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Feb 2026 23:20:20 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 23:20:20 +0000 (00:20 +0100)
commit0e57600bb7064225a91eb490cf8121b90d0c7cc7
tree6ff6e43bb9aa814465ecad0b28d88dc225dfa50a
parent06d319e4a3c73e9bf7b98c78393ea3976eb644f4
[3.13] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145368)

gh-145269: simplify bisect.bisect doc example (GH-145270)

---------
(cherry picked from commit fdb4b3527f356a84bc00ca32516181016400e567)

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