Message8253

Author jeff.allen
Recipients cdleonard, jeff.allen, zyasoft
Date 2014-03-16.17:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394992495.57.0.597606011038.issue2089@psf.upfronthosting.co.za>
In-reply-to
Content
There are actually two problems here, I realise, and the sys.exit() call is critical:
>dist\bin\jython -c "import sys; sys.stdout.write('hello')"

>dist\bin\jython -Dpython.console= -c "import sys; sys.stdout.write('hello')"
hello
>dist\bin\jython -Dpython.console= -c "import sys; sys.stdout.write('hello'); sys.exit(0)"

>
I see that avoiding a fancy console only avoided one of these, where sys.exit is not called. That one is fixed (on my repo), although not in the way I proposed; now I need to find the other.
History
Date User Action Args
2014-03-16 17:54:55jeff.allensetmessageid: <1394992495.57.0.597606011038.issue2089@psf.upfronthosting.co.za>
2014-03-16 17:54:55jeff.allensetrecipients: + jeff.allen, zyasoft, cdleonard
2014-03-16 17:54:55jeff.allenlinkissue2089 messages
2014-03-16 17:54:54jeff.allencreate