[Zope] Python builtins

Michel Pelletier michel@digicool.com
Sat, 16 Oct 1999 15:38:24 -0400


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