Re: Need to use eval()?
17 Dec
2001
17 Dec
'01
12:17 p.m.
--- In zope@y..., Chris Withers <chrisw@n...> wrote: > "Christopher N. Deckard" wrote:
Is there a method I can call that does what eval() does since eval ()
is considered evil bad?
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) Regards, Josef.
17 Dec
17 Dec
12:32 p.m.
New subject: [Zope] Re: Need to use eval()?
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
8876
Age (days ago)
8876
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Withers -
Josef Meile