sorteddict.keys(reversed=False, start=unspecified, inclusive=True)
">

(original) (raw)

On Wed, Mar 26, 2014 at 1:31 PM, Marko Rauhamaa <marko@pacujo.net> wrote:
sorteddict.keys(reversed=False, start=unspecified, inclusive=True)

FYI - there are already several packages on PyPi that provide a sorteddict:
https://pypi.python.org/pypi?%3Aaction=search&term=sorteddict&submit=search

--
Daniel Stutzbach
(I wrote one of them)