[Zope] Best Class for Persistent, Ordered List
Chris McDonough
chrism@zope.com
Sun, 28 Jul 2002 15:30:51 -0400
Wait a second, I just reread Ross' original question. He *doesn't*
want the items to be sorted. I misunderstood, sorry!
There's nothing wrong with PersistentList or just a plain old Python
list for this purpose. Order of insertion is preserved in either.
----- Original Message -----
From: "Chris McDonough" <chrism@zope.com>
To: "Florent Guillaume" <fg@nuxeo.com>
Cc: <zope@zope.org>
Sent: Sunday, July 28, 2002 12:37 PM
Subject: Re: [Zope] Best Class for Persistent, Ordered List
> Whoops, yes. What I meant to say was that it keeps its elements in
> sorted order.
>
> > Well, I would say that this conclusively proves that OOSet *does
> not*
> > preserve order :-)
> >
> > Besides, given the name (set), I didn't expect it to.
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>