[Python-Dev] PEP_215_ (string interpolation) alternative EvalDict
Samuele Pedroni
Samuele Pedroni" <pedroni@inf.ethz.ch
Tue, 15 Jan 2002 00:06:39 +0100
The Jython 2cts.
An eval implementation means that for Jython
a code using it cannot be run in a Java sand-box
context, eval does not work there.
> If I keep an eval based implementation, I probably ought to make
> a restricted __builtin__ the default.
Jython does not support CPython restricted execution. Probably
never will.
For what it counts I don't care having string interpolation a la Perl
in Python.
cheers,
Samuele Pedroni.