Skip to content

Commit 7128864

Browse files
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339) (GH-28340)
(cherry picked from commit 1aaa859) Co-authored-by: Pablo Galindo Salgado <[email protected]> Co-authored-by: Pablo Galindo Salgado <[email protected]>
1 parent 73af5ba commit 7128864

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,12 @@ bdb
932932
Add :meth:`~bdb.Breakpoint.clearBreakpoints` to reset all set breakpoints.
933933
(Contributed by Irit Katriel in :issue:`24160`.)
934934
935+
bisect
936+
------
937+
938+
Added the possibility of providing a *key* function to the APIs in the :mod:`bisect`
939+
module. (Contributed by Raymond Hettinger in :issue:`4356`.)
940+
935941
codecs
936942
------
937943

0 commit comments

Comments
 (0)