[Python-ideas] Proposal to add a key field to the bisect library
Steven D'Aprano
steve at pearwood.info
Sun Nov 4 08:19:49 EST 2018
On Sun, Nov 04, 2018 at 02:20:31PM +0200, Tiberiu Chibici wrote:
> Hi,
> I would like to propose an improvement to the functions in the bisect
> library, to add a 'key' parameter, similar to 'sorted' or other system
> functions.
Quoting the bug tracker:
This request has come up repeatedly (and been rejected) in the past.
See issues 2954, 3374, 1185383, 1462228, 1451588, 1619060.
https://bugs.python.org/issue4356
Unless you have something new to add, something people have missed, I
don't think this idea is going to go anywhere.
--
Steve
More information about the Python-ideas
mailing list