Great news! That's completely different than what I originally thought, nice spotting that bug.

- Jim


On Sun, Mar 16, 2014 at 5:27 PM, Jeff Allen <report@bugs.jython.org> wrote:

Jeff Allen added the comment:

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
>

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue2089>
_______________________________________