Message2932

Author mehendran
Recipients
Date 2007-10-17.13:12:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch is uploaded for the bug id [1815110]. The eval,
execfile functions now accept any mapping type for the 
locals parameter. Previously this had to be a regular 
Python dictionary.

test_builtin.py is the testcase file. I copied the
test_general_eval and test_execfile testcases from 
cpython. I did one change, which I moved 'unlink(TESTFN)'
statement before 'import os' statement in test_execfile,
as it was giving FileNotFound error.
History
Date User Action Args
2008-02-20 17:18:52adminlinkissue1815116 messages
2008-02-20 17:18:52admincreate