[issue5242] eval() function in List Comprehension doesn't work

Ezio Melotti report at bugs.python.org
Fri Feb 13 14:44:40 CET 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

eval() is probably already an hack, there's no need to add another hack
to make it work. It's better to just get rid of eval() and find a better
way to do what you want to do.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5242>
_______________________________________


More information about the Python-bugs-list mailing list