Message7375

Author clach04
Recipients clach04
Date 2012-08-10.20:46:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344631614.15.0.588811619602.issue1957@psf.upfronthosting.co.za>
In-reply-to
Content
CTRL-C works fine under Linux (well there are other bugs which are NOT related to this, issue1313 and issue1270). Under Windows CTRL-C does not work and the only way to stop Jython is to kill the JVM (java.exe) in the TaskManager.

Problem does not exist in 2.5.1.

Problem exists in 2.5.2 and 2.5.3 (beta and rc1).

Test caes:

    java.exe -jar  jython.jar -m SimpleHTTPServer

Then issue CTRL-C to quit.

More background http://sourceforge.net/mailarchive/message.php?msg_id=27715142
History
Date User Action Args
2012-08-10 20:46:54clach04setrecipients: + clach04
2012-08-10 20:46:54clach04setmessageid: <1344631614.15.0.588811619602.issue1957@psf.upfronthosting.co.za>
2012-08-10 20:46:54clach04linkissue1957 messages
2012-08-10 20:46:53clach04create