From: Chris Rebert on 3 Aug 2010 04:37 On Fri, Jul 30, 2010 at 9:18 PM, Dan Stromberg <drsalists(a)gmail.com> wrote: > On Wed, Jul 28, 2010 at 11:11 PM, Chris Rebert <clp2(a)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
First
|
Prev
|
Pages: 1 2 3 Prev: Newbie question regarding SSL and certificate verification Next: Function parameter scope |