]> 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...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Sep 2021 20:02:18 +0000 (13:02 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 20:02:18 +0000 (21:02 +0100)
(cherry picked from commit 1aaa85949717e4ab2ed700e58762f0a3ce049a37)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Doc/whatsnew/3.10.rst

index 2f08b9f9e3e6101a8b939010886cd046b71c6c8f..db89b2934fc574e2b92cf8ad1ebc0fcaf148611a 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
 ------