From 67ac0792037349b01ab2193ea9a057ffc420239e Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 29 Mar 2012 19:01:28 +0300 Subject: Issue #14409: IDLE doesn't not execute commands from shell with default keybinding for . Patch by Roger Serwy. --- Lib/idlelib/configHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/configHandler.py') diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 73b8db5b23..da927260ee 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -595,7 +595,7 @@ class IdleConf: '<>': [''], '<>': [''], '<>': [''], - '<>': [' '], + '<>': ['', ''], '<>': [''], '<>': [''], '<>': [''], -- cgit v1.2.1