Message4798

Author boisgera
Recipients boisgera, fwierzbicki, nriley, pjenvey, zyasoft
Date 2009-06-05.11:49:47
SpamBayes Score 2.4534684e-06
Marked as misclassified No
Message-id <1244202588.06.0.952568238841.issue1270@psf.upfronthosting.co.za>
In-reply-to
Content
I removed my registry file so that GnuReadline does not kick in. The
registry file was:

   python.console=org.python.util.ReadlineConsole
   python.console.readlinelib=GnuReadline

That change alone did cause the beta 3 version to exit properly on a
CTRL+C. The RC3 version exhibits the same behavior (and the rev. 6450 as
well): clean exit on CTRL+C when the Readline console is not selected,
ugly exit when the registry file is present, and never the
'KeyboardInterrupt' behavior.
History
Date User Action Args
2009-06-05 11:49:48boisgerasetmessageid: <1244202588.06.0.952568238841.issue1270@psf.upfronthosting.co.za>
2009-06-05 11:49:48boisgerasetrecipients: + boisgera, fwierzbicki, pjenvey, zyasoft, nriley
2009-06-05 11:49:47boisgeralinkissue1270 messages
2009-06-05 11:49:47boisgeracreate