[Zope] dictionary usage

Dieter Maurer dieter at handshake.de
Tue May 4 15:17:49 EDT 2004


Greg Steffensen wrote at 2004-5-3 12:17 -0400:
> ...
>And this seems to be
>a real dictionary, not just a string, because
>len(feedparser.parse(uri)) returns 9.  But I can't seem to access any
>of the dictionary functionality, because when I try to, the ZMI keeps
>asking me to log in again (even though I'm logged in as the site
>manager)

Apparently, it is not a true dictionary but instead
an object that implements the dictionary interface.

You must provide security declarations for such
objects. You find details in the Zope Developer Guide.

-- 
Dieter



More information about the Zope mailing list