1 message in org.python.python-bugs-list[ python-Bugs-908936 ] rexec.r_eval()...
FromSent OnAttachments
SourceForge.netMar 3, 2004 4:58 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-908936 ] rexec.r_eval() does not work like eval()Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 3, 2004 4:58:40 am
List:org.python.python-bugs-list

Bugs item #908936, was opened at 2004-03-03 10:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=908936&group_id=5470

Category: Python Library Group: Python 2.2.2 Status: Open Resolution: None Priority: 5 Submitted By: Philippe Fremy (pfremy) Assigned to: Nobody/Anonymous (nobody) Summary: rexec.r_eval() does not work like eval()

Initial Comment: 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.

----------------------------------------------------------------------