This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pfremy
Recipients
Date 2004-03-03.09:58:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I want to use the eval() function of python as simple
ultra-restricted expression evaluator. So, when
executing r_eval(), I want to pass a dictionnary of the
local and global variables, just like it is possible
with eval(). However, r_eval() does not allow it.
History
Date User Action Args
2007-08-23 14:20:15adminlinkissue908936 messages
2007-08-23 14:20:15admincreate