Message1981

Author mehendran
Recipients
Date 2007-10-17.12:55:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The eval(expr, globals, locals) and execfile(filename,
globals, locals) functions and the exec statement have to
accept any mapping type for the locals parameter. 
Previously this had to be a regular Python dictionary.



History
Date User Action Args
2008-02-20 17:18:05adminlinkissue1815110 messages
2008-02-20 17:18:05admincreate