Oh heh. Well there we go :)
> On 4 Nov 2018, at 14:33, Steven D'Aprano <[email protected]> wrote: > >> On Mon, Nov 05, 2018 at 12:19:49AM +1100, Steven D'Aprano wrote: >>> 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: > [...] >> https://bugs.python.org/issue4356 > > Actually, reading further along, it looks like there has been concensus > that bisect ought to get a key function. Guido said: > > "Bingo. That clinches it. We need to add key=." > > also: > > "PS. It should also be added to heapq." > > and Raymond said: > > "I'll add a key= variant for Python 3.6." > > Obviously this didn't happen, but it might happen for 3.8. > > > -- > Steve > _______________________________________________ > Python-ideas mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
