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


Groups > comp.lang.python > #45788

Re: Ordered dictionaries compared

From Antoine Pitrou <solipsis@pitrou.net>
Subject Re: Ordered dictionaries compared
Date 2013-05-23 10:00 +0000
References <CAGGBd_rQ=KEq=a957q6JTXKtenrjnZ+LmQKqRnX1+zTauyQV6A@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2003.1369303240.3114.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web