[Python-checkins] bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339)

pablogsal webhook-mailer at python.org
Tue Sep 14 15:53:23 EDT 2021


https://github.com/python/cpython/commit/1aaa85949717e4ab2ed700e58762f0a3ce049a37
commit: 1aaa85949717e4ab2ed700e58762f0a3ce049a37
branch: main
author: Pablo Galindo Salgado <Pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-09-14T20:53:14+01:00
summary:

bpo-4356: Mention the new key arguments for the bisect module APIs in the 3.10 What's new (GH-28339)

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index e5069c5d9aeaf..d1a1cb45dea1f 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -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
 ------
 



More information about the Python-checkins mailing list