Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45788 > unrolled thread

Re: Ordered dictionaries compared

Started byAntoine Pitrou <solipsis@pitrou.net>
First post2013-05-23 10:00 +0000
Last post2013-05-23 10:00 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Ordered dictionaries compared Antoine Pitrou <solipsis@pitrou.net> - 2013-05-23 10:00 +0000

#45788 — Re: Ordered dictionaries compared

FromAntoine Pitrou <solipsis@pitrou.net>
Date2013-05-23 10:00 +0000
SubjectRe: Ordered dictionaries compared
Message-ID<mailman.2003.1369303240.3114.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web