16 Oct
1999
16 Oct
'99
7:38 p.m.
Oscar Picasso wrote:
Could some Zope guru explains if the python buitlin type is available. It seems it's not available as "_" nor in Python Methods.
Why?
Because some types (notably ExtensionClasses) are callable and instanciate objects of that type. This completely subverts Zope's security. -Michel