sorteddict PEP proposal [started off as orderedict]

Mark Summerfield m.n.summerfield at googlemail.com
Fri Oct 12 11:07:09 EDT 2007


On 12 Oct, 09:17, Paul Rubin <http://phr...@NOSPAM.invalid> wrote:
> Mark Summerfield <m.n.summerfi... at googlemail.com> writes:
> > Below is a PEP proposal for a sorteddict. ...
>
> Is this proposal dead?  I'd been meaning to post some thoughts which I
> still haven't gotten around to writing up, and am wondering whether to
> keep it on my todo list.

Yes, it's dead.

I've left the sorteddict implementation on PyPI for those that want
it, but there will be no PEP. GvR's view is that people should use
dict + sorted().




More information about the Python-list mailing list