This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author noamr
Recipients
Date 2005-11-14.20:28:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=679426

I didn't reproduce it, but it must be because the key
binding for interrupt-execution is set to "<Control-Key-c>
<Control-Key-C>" only in the "IDLE Classic - Windows"
keybinding set, and not in the Mac and Unix variants, where
it's only "<Control-Key-c>".

I don't find the place to attach a file (new sourceforge
style), so here it is:

Index: config-keys.def
===================================================================
--- config-keys.def     (revision 41443)
+++ config-keys.def     (working copy)
@@ -70,7 +70,7 @@
 end-of-file=<Control-Key-d>
 history-next=<Alt-Key-n> <Meta-Key-n>
 history-previous=<Alt-Key-p> <Meta-Key-p>
-interrupt-execution=<Control-Key-c>
+interrupt-execution=<Control-Key-c> <Control-Key-C>
 view-restart=<Key-F6>
 restart-shell=<Control-Key-F6>
 open-class-browser=<Control-Key-x><Control-Key-b>
@@ -123,7 +123,7 @@
 python-context-help=<Shift-Key-F1>
 history-next=<Control-Key-n>
 history-previous=<Control-Key-p>
-interrupt-execution=<Control-Key-c>
+interrupt-execution=<Control-Key-c> <Control-Key-C>
 view-restart=<Key-F6>
 restart-shell=<Control-Key-F6>
 open-class-browser=<Command-Key-b>

Noam
History
Date User Action Args
2007-08-23 14:36:13adminlinkissue1356720 messages
2007-08-23 14:36:13admincreate