[Zope] doing a safe-eval of an entered string.

Anthony Baxter anthony@interlink.com.au
Thu, 02 Sep 1999 23:20:57 +1000


What's the easiest way to take a string property of an object, and 
eval() it safely, in the namespace of the object? Is it sufficient 
to take the class DocumentTemplate.VSEval.Eval, and use it?  It _seems_
safe enough...

Anthony