[EMAIL PROTECTED] (Alex Martelli) writes:
> > exec?
> option 1: that just runs the compiler a bit later ...

Besides exec, there's also locals(), i.e.
   locals['x'] = 5
can shadow a variable.  Any bad results are probably deserved ;)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to