Message9816

Author zyasoft
Recipients jmadden, zyasoft
Date 2015-04-13.21:49:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428961764.82.0.0255185465678.issue2325@psf.upfronthosting.co.za>
In-reply-to
Content
The launcher, being written in CPython, can truly figure out if interactive or not, which we can see like so:

$ echo 'print 1' | ~/jython2.7rc2/bin/jython --print
java -Xmx512m -Xss1024k -classpath /Users/jbaker/jython2.7rc2/jython.jar -Dpython.home=/Users/jbaker/jython2.7rc2 -Dpython.executable=/Users/jbaker/jython2.7rc2/bin/jython -Dpython.launcher.uname=darwin -Dpython.launcher.tty=false -Dfile.encoding=UTF-8 org.python.util.jython

So -Dpython.launcher.tty=false should be authoritative, but it does not appear to be the case.
History
Date User Action Args
2015-04-13 21:49:24zyasoftsetmessageid: <1428961764.82.0.0255185465678.issue2325@psf.upfronthosting.co.za>
2015-04-13 21:49:24zyasoftsetrecipients: + zyasoft, jmadden
2015-04-13 21:49:24zyasoftlinkissue2325 messages
2015-04-13 21:49:24zyasoftcreate