[Python-checkins] cpython (merge 3.3 -> default): Merge: Issue #14997: disable <F5> in idle shell window.

andrew.svetlov python-checkins at python.org
Thu Oct 4 21:52:41 CEST 2012


http://hg.python.org/cpython/rev/a40981be184d
changeset:   79466:a40981be184d
parent:      79463:83da5729e362
parent:      79465:52ef53398096
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Thu Oct 04 22:50:58 2012 +0300
summary:
  Merge: Issue #14997: disable <F5> in idle shell window.

Thanks to Roger Serwy for patch.

files:
  Lib/idlelib/config-extensions.def |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def
--- a/Lib/idlelib/config-extensions.def
+++ b/Lib/idlelib/config-extensions.def
@@ -46,6 +46,8 @@
 
 [ScriptBinding]
 enable=1
+enable_shell=0
+enable_editor=1
 [ScriptBinding_cfgBindings]
 run-module=<Key-F5>
 check-module=<Alt-Key-x>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list