This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpery
Recipients gpery
Date 2019-06-11.10:36:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560249413.65.0.773454068732.issue37229@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-11 10:36:53gperysetrecipients: + gpery
2019-06-11 10:36:53gperysetmessageid: <1560249413.65.0.773454068732.issue37229@roundup.psfhosted.org>
2019-06-11 10:36:53gperylinkissue37229 messages
2019-06-11 10:36:53gperycreate