Message11140

Author ldias
Recipients fwierzbicki, jamesmudd, ldias, pradeeppanayal, zyasoft
Date 2017-02-27.19:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488223414.17.0.46143367878.issue2466@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-02-27 19:23:34ldiassetmessageid: <1488223414.17.0.46143367878.issue2466@psf.upfronthosting.co.za>
2017-02-27 19:23:34ldiassetrecipients: + ldias, fwierzbicki, zyasoft, pradeeppanayal, jamesmudd
2017-02-27 19:23:34ldiaslinkissue2466 messages
2017-02-27 19:23:33ldiascreate