[Zope] type() and types

Dennis Allison allison@sumeru.stanford.EDU
Tue, 30 Jul 2002 11:52:46 -0700


The type() function is exceptionally usful for debugging but is unavailabe
in python scripts for security reasons.  In my debug framework I would like
to re-enable it.  Since it's a built-in just configuring to allo the import
of types isn't enough.  What's the hack.