[Python-ideas] `OrderedDict.sort`

Ram Rachum ram.rachum at gmail.com
Tue Sep 24 13:49:20 CEST 2013


What do you think about providing an `OrderedDict.sort` method? I've been 
using my own `OrderedDict` subclass that defines `sort` for years, and I 
always wondered why the stdlib one doesn't provide `sort`.

I can write the patch if needed.


Thanks,
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130924/323832ff/attachment.html>


More information about the Python-ideas mailing list