Message11140
Hi James,
I think that correlates with the way I've been testing: using the 2.7.1b3 maven jar and PythonInterpreter::exec() :
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.1b3</version>
</dependency>
PythonInterpreter interp = new PythonInterpreter();
interp.exec("print \"some text"); # << does not raise SyntaxError, and outputs an empty line |
|
Date |
User |
Action |
Args |
2017-02-27 19:23:34 | ldias | set | messageid: <1488223414.17.0.46143367878.issue2466@psf.upfronthosting.co.za> |
2017-02-27 19:23:34 | ldias | set | recipients:
+ ldias, fwierzbicki, zyasoft, pradeeppanayal, jamesmudd |
2017-02-27 19:23:34 | ldias | link | issue2466 messages |
2017-02-27 19:23:33 | ldias | create | |
|