[Zope] Zope reference documentation?
Dieter Maurer
dieter@handshake.de
Fri, 17 Jan 2003 21:00:49 +0100
Thieu-Hon Tran wrote at 2003-1-17 09:59 +0100:
> ...
> Would it be asking too much or be inappropriate to put something
> similar to your short explanation into the first paragraph of the
> ref-doc of the class REQUEST? Maybe just something like:
>
> REQUEST is a python mapping/dictionary. It supports all
> methods, that mappings/dictionaries do.
This should become:
REQUEST behaves like a python mapping.
It supports the following generic mapping methods:
"get", subscription ("[...]"), "keys", "values", "items"
and "has_key".
Dieter