[Zope3-Users] Products/Ordered Container
Jim Washington
jwashin at vt.edu
Wed Jun 28 11:00:56 EDT 2006
David Johnson wrote:
> I've tried to follow the SVN, but I'm not quite sure where products are
> for Zope 3. Where should I look? The link on the zope.org site for
> zope-3 products points to the root of the Zope SVN.
>
> In particular, I'm interested in an ordered container in which the order
> can be manipulated (rather than add order or alphabetical).
>
> In general I'm curious to see what's out there. As well as possible
> contribute some small products I've written.
>
For an ordered container implementation, look in zope.app.container.ordered
I would not use it for a huge container (it maintains a separate list of
item ids for ordering), but it suffices for reasonably-sized containers.
-Jim Washington
More information about the Zope3-users
mailing list