[Zope] Re: Need to use eval()?

Chris Withers chrisw@nipltd.com
Mon, 17 Dec 2001 12:32:18 +0000


Josef Meile wrote:
> 
> I found an easy way to use it: You just have to create an external method
> like this one:
> 
> def evalExp(pExp):
> 
>   return eval(pExp)

Wow... where are your servers? I love playing with potentially huge security
holes ;-)

Chris