Message7410

Author clach04
Recipients amak, clach04, fwierzbicki
Date 2012-08-15.15:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345046033.83.0.234623969534.issue1957@psf.upfronthosting.co.za>
In-reply-to
Content
Awesome research/workaround!

Confirmed.

    java.exe -Dpython.console=org.python.util.InteractiveConsole -jar jython.jar -m SimpleHTTPServer

now works with 2.5.2 and 2.5.3.

The other test case:

    java -jar jython.jar

Shows CTRL-C as a heart symbol (when chcp = 437), and the workaround of:

    java -Dpython.console=org.python.util.InteractiveConsole -jar jython.jar

means CTRL-C quits like it used to (and does for CPython).

BTW 2.5.3 isn't a valid version to report bugs on.
History
Date User Action Args
2012-08-15 15:53:53clach04setmessageid: <1345046033.83.0.234623969534.issue1957@psf.upfronthosting.co.za>
2012-08-15 15:53:53clach04setrecipients: + clach04, fwierzbicki, amak
2012-08-15 15:53:53clach04linkissue1957 messages
2012-08-15 15:53:53clach04create