Message8254

Author jeff.allen
Recipients cdleonard, jeff.allen, zyasoft
Date 2014-03-16.23:27:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395012426.82.0.847025991892.issue2089@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed, I claim, in http://hg.python.org/jython/rev/aa042b69bdda, although the change set before it is necessary when a fancy console is installed (as it is by default). I now get:

>dist\bin\jython -c "import sys; sys.stdout.write('hello'); sys.exit(0)"
hello
>dist\bin\jython -Dpython.console= -c "import sys; sys.stdout.write('hello');sys.exit(0)"
hello
>
History
Date User Action Args
2014-03-16 23:27:06jeff.allensetmessageid: <1395012426.82.0.847025991892.issue2089@psf.upfronthosting.co.za>
2014-03-16 23:27:06jeff.allensetrecipients: + jeff.allen, zyasoft, cdleonard
2014-03-16 23:27:06jeff.allenlinkissue2089 messages
2014-03-16 23:27:06jeff.allencreate