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 rhettinger
Recipients John Belmonte, rhettinger
Date 2019-05-08.19:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557345008.32.0.107105326946.issue36857@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I don't think this is a worthwhile API extension.  The bisect module is primarily about searching for cut points between ranges.  For your use case, consider using blist or one of the many ordered collection recipes on PyPI (for example: http://www.grantjenks.com/docs/sortedcollections/ ).
History
Date User Action Args
2019-05-08 19:50:08rhettingersetrecipients: + rhettinger, John Belmonte
2019-05-08 19:50:08rhettingersetmessageid: <1557345008.32.0.107105326946.issue36857@roundup.psfhosted.org>
2019-05-08 19:50:08rhettingerlinkissue36857 messages
2019-05-08 19:50:08rhettingercreate