Sorted dictionary

Jan Kaliszewski zuo at chopin.edu.pl
Wed Jan 20 20:02:02 EST 2010


Hello,

Inspired by some my needs as well as some discussions in the net, I've  
implemented a sorted dictionary (i.e. a dict that returns keys, values and  
items always sorted by keys):

http://code.activestate.com/recipes/576998/

Maybe it'll appear to be useful for somebody... And I'm curious about your  
opinions.

Regards,
*j

-- 
Jan Kaliszewski (zuo) <zuo at chopin.edu.pl>



More information about the Python-list mailing list