Ordered dictionaries compared

Antoine Pitrou solipsis at pitrou.net
Thu May 23 06:00:19 EDT 2013


Dan Stromberg <drsalists <at> gmail.com> writes:
> 
> What kind of ordered dictionaries?  Sorted by key.

Calling them "sorted dictionaries" avoids any confusions with Python's
standard OrderedDict class:
http://docs.python.org/3.3/library/collections.html#ordereddict-objects

Regards

Antoine.





More information about the Python-list mailing list