From: Kurt B. Kaiser Date: Sat, 14 Sep 2002 03:17:01 +0000 (+0000) Subject: MERGE DS_RPC_BRANCH into MAIN X-Git-Tag: v2.3c1~4080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9f8cbc3bd4f88ea6b835c606d065ac305300123;p=python MERGE DS_RPC_BRANCH into MAIN configHandler.py AutoIndent merged 21Jul --- diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 1afd19ef3b..2dd46e2e66 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -521,7 +521,19 @@ class IdleConf: '<>': [''], '<>': [''], '<>': [''], - '<>': [''] } + '<>': [''], + '<>': [''], + '<>': [' '], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''], + '<>': [''] + } if keySetName: for event in keyBindings.keys(): binding=self.GetKeyBinding(keySetName,event)