Message7792

Author fwierzbicki
Recipients fwierzbicki, jan.koprowski
Date 2013-02-26.17:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361900794.4.0.42736572191.issue1713@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Jan, thanks for the bug report.

In Python/Jython, eval doesn't work like this. For example:

>>> eval("""x = 2
...         x+2""")
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "<string>", line 1
    x = 2
      ^
SyntaxError: invalid syntax

Since you have a workaround, and this really can't be fixed, I'm closing.
History
Date User Action Args
2013-02-26 17:46:34fwierzbickisetmessageid: <1361900794.4.0.42736572191.issue1713@psf.upfronthosting.co.za>
2013-02-26 17:46:34fwierzbickisetrecipients: + fwierzbicki, jan.koprowski
2013-02-26 17:46:34fwierzbickilinkissue1713 messages
2013-02-26 17:46:34fwierzbickicreate