]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145367)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Feb 2026 19:28:14 +0000 (20:28 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Feb 2026 19:28:14 +0000 (19:28 +0000)
commit4152bbb773149fa0df0a6afc594ca372da6f5f86
tree9dc30eec5972f0797b1e625c58e434494337f2e3
parentfc2a6cf0d3129d71dfaed3a9cb62c41af1cb6f5f
[3.14] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145367)

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