Message7681

Author amak
Recipients amak, emcdowell, fwierzbicki, jeff.allen, vitaly
Date 2013-02-14.07:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360825539.86.0.542421680407.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that this happens on my windows box as well.

This is another instance of jline showing clear problems.

Here are some more

System.console().readLine only reads a single character
http://bugs.jython.org/issue1987

Windows only CTRL-C no longer works since Jython 2.5.2
http://bugs.jython.org/issue1957

KeyboardInterrupt does not catch ctrl-c
http://bugs.jython.org/issue1313

I'm sure there are more.

Is it time we considered shipping the old InteractiveConsole with the standard installation, instead of jline? Which clearly wasn't tested with all platforms, and is quite a gnarly external dependency to get to grips with, what with all of its platform specific behaviours.

If people want the fancy command line editing facilities of jline, we can make it available to them as an option.
History
Date User Action Args
2013-02-14 07:05:39amaksetmessageid: <1360825539.86.0.542421680407.issue1972@psf.upfronthosting.co.za>
2013-02-14 07:05:39amaksetrecipients: + amak, fwierzbicki, jeff.allen, vitaly, emcdowell
2013-02-14 07:05:39amaklinkissue1972 messages
2013-02-14 07:05:39amakcreate