New submission from G <gp...@protonmail.com>:
All of bisect's functions (insort_{left,right}, bisect_{left,right}) can only use comparison of objects via __lt__. They should support providing a custom comparison function. ---------- components: Library (Lib) messages: 345216 nosy: gpery priority: normal severity: normal status: open title: bisect: Allow a custom compare function type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37229> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com