On Fri, Jul 30, 2010 at 9:18 PM, Dan Stromberg <drsali...@gmail.com> wrote:
> On Wed, Jul 28, 2010 at 11:11 PM, Chris Rebert <c...@rebertia.com> wrote:
<snip>
>> (You are aware that the "ordered" in OrderedDict means that its keys
>> are ordered, and not that, say, a list containing OrderedDicts can be
>> sorted, right?)
>
>
> Actually, a collections.OrderedDict saves things not in key order, but in
> chronological order:

Well yeah, that's why I specifically said "ordered" as opposed to the
less awkward and more obvious but completely inaccurate "sorted" (==
your "key order").

- Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to