On Tue, May 21, 2013 at 2:12 AM, Steven D'Aprano
<steve+comp.lang.pyt...@pearwood.info> wrote:
> Personally, I would strongly suggest writing your own mini-
> evaluator that walks the list and evaluates it by hand. It isn't as
> convenient as just calling eval, but *definitely* safer.

Probably faster, too, for what it's worth - eval is pretty expensive.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to