bpo-4356: Mention the new key arguments for the bisect module APIs in… · python/cpython@dda5ff2 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit dda5ff2
and
authored
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 Pablogsal@gmail.com Co-authored-by: Pablo Galindo Salgado Pablogsal@gmail.com
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -932,6 +932,12 @@ bdb | ||
932 | 932 | Add :meth:`~bdb.Breakpoint.clearBreakpoints` to reset all set breakpoints. |
933 | 933 | (Contributed by Irit Katriel in :issue:`24160`.) |
934 | 934 | |
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 | + | |
935 | 941 | codecs |
936 | 942 | ------ |
937 | 943 |