From: Guido van Rossum Date: Mon, 4 Jan 1999 16:35:02 +0000 (+0000) Subject: Ran eventparse.py again. X-Git-Tag: v1.5.2b2~470 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=906572a06df7ca45cc7f1101b73c8ed8fc54c49f;p=thirdparty%2FPython%2Fcpython.git Ran eventparse.py again. --- diff --git a/Tools/idle/keydefs.py b/Tools/idle/keydefs.py index 1e949041d4fb..39eb30613808 100644 --- a/Tools/idle/keydefs.py +++ b/Tools/idle/keydefs.py @@ -8,7 +8,6 @@ windows_keydefs = \ '<>': [''], '<>': [''], '<>': [''], - '<>': [''], '<>': [''], '<>': [''], '<>': [''], @@ -25,8 +24,7 @@ windows_keydefs = \ '<>': [''], '<>': [''], '<>': [''], - '<>': [''], -} + '<>': ['']} unix_keydefs = \ {'<>': ['', ''], @@ -39,7 +37,6 @@ unix_keydefs = \ '<>': [''], '<>': [''], '<>': [''], - '<>': ['', ''], '<>': [''], '<>': ['', ''], '<>': ['', ''], @@ -55,5 +52,4 @@ unix_keydefs = \ '<>': [''], '<>': ['', ''], '<>': [''], - '<>': [''], -} + '<>': ['']}