[Zope] ObjectManager API and Zope3

Casey Duncan casey@zope.com
Fri, 6 Dec 2002 09:20:58 -0500


On Wednesday 04 December 2002 04:32 pm, Thomas Guettler wrote:
> Hi!
>=20
> Does someone know why ObjectManager has its own "API"? I think it
> would be better if the API would be like python's dictionary:
>=20
>  has_key, values, items ...
>=20
> Somehow I don't like objectValues, objectItems ...
>=20
> Will this be changed for Zope3?
>=20

Yes, In Zope3 folders are little more than glorified dictionaries.=20
ObjectManagers are way too big for their britches in Zope 2 (API speaking=
)...

-Casey