]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 14 Sep 2021 19:53:14 +0000 (20:53 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 19:53:14 +0000 (20:53 +0100)
Doc/whatsnew/3.10.rst

index e5069c5d9aeaf22ccb2b8744158b72c58446056b..d1a1cb45dea1f7b8ede67419256b9279408361aa 100644 (file)
@@ -932,6 +932,12 @@ bdb
 Add :meth:`~bdb.Breakpoint.clearBreakpoints` to reset all set breakpoints.
 (Contributed by Irit Katriel in :issue:`24160`.)
 
+bisect
+------
+
+Added the possibility of providing a *key* function to the APIs in the :mod:`bisect`
+module. (Contributed by Raymond Hettinger in :issue:`4356`.)
+
 codecs
 ------