Message7405

Author amak
Recipients amak, doublep, draghuram, fwierzbicki, joey@cadence.com, marc, pekka.klarck, ph4r05, pjenvey
Date 2012-08-14.21:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344980657.21.0.320870414454.issue1313@psf.upfronthosting.co.za>
In-reply-to
Content
I think that this is to do with the JLineConsole.

If you change the "python.console" property in the registry file to "org.python.util.InteractiveConsole", i.e

python.console=org.python.util.InteractiveConsole

The ctrl-c starts working fine.

If you leave it at the default JLine console (http://jline.sourceforge.net/) then ctrl-c seems to get treated as a normal character (shows up as a heart symbol on my windows command line).

I suggest you try a different console class until this is fixed.

I'll look into how we can address this.

In the meantime, I would be interested in reports to see if changing the console class fixes the issue on various platforms.
History
Date User Action Args
2012-08-14 21:44:17amaksetmessageid: <1344980657.21.0.320870414454.issue1313@psf.upfronthosting.co.za>
2012-08-14 21:44:17amaksetrecipients: + amak, fwierzbicki, draghuram, pekka.klarck, pjenvey, doublep, marc, joey@cadence.com, ph4r05
2012-08-14 21:44:17amaklinkissue1313 messages
2012-08-14 21:44:16amakcreate