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

pablogsal webhook-mailer at python.org
Tue Sep 14 16:02:23 EDT 2021


https://github.com/python/cpython/commit/dda5ff2d095c795f00afaa64505069a2409f6099
commit: dda5ff2d095c795f00afaa64505069a2409f6099
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-09-14T21:02:18+01:00
summary:

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 1aaa85949717e4ab2ed700e58762f0a3ce049a37)

Co-authored-by: Pablo Galindo Salgado <Pablogsal at gmail.com>

Co-authored-by: Pablo Galindo Salgado <Pablogsal at gmail.com>

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 2f08b9f9e3e61..db89b2934fc57 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