Closed GoogleCodeExporter closed 9 years ago
Fixed in revisions 295 and 296
eval() was not implemented, but since it's a Javascript builtin the code
produced by Brython didn't report a ReferenceError
Revision 295 modifies py2js.js to transform "eval(...)" into "$eval(...)" ;
rev. 296 adds the function $eval() to py_classes.js
Original comment by pierre.q...@gmail.com
on 1 Jan 2013 at 9:24
Original issue reported on code.google.com by
pedro.ro...@gmail.com
on 1 Jan 2013 at 1:22