Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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/ ).

----------
assignee:  -> rhettinger
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36857>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to