DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
310 stars 36 forks source link

start, stop parameters are missing from a few functions in the sortedlist family. #24

Closed DanielStutzbach closed 11 years ago

DanielStutzbach commented 11 years ago

They're missing from .index because collections.abc.Sequence doesn't have them. sortedlist doesn't try to exactly mimic the list interface, so this is OK.