From: Guido van Rossum Date: Tue, 1 Jun 1999 20:06:44 +0000 (+0000) Subject: Hah! A fix of my own to Tim's code! X-Git-Tag: v1.6a1~1299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a954ba1d6c9e38c9b4db183899f3d1562edb1b01;p=thirdparty%2FPython%2Fcpython.git Hah! A fix of my own to Tim's code! Unix bindings for <> and <> were missing, and somehow that meant the events were never generated, even though they were in the menu. The new Unix bindings are now the same as the Windows bindings (M-t and M-u). --- diff --git a/Tools/idle/AutoIndent.py b/Tools/idle/AutoIndent.py index 2913cc1e37f2..067df3b15293 100644 --- a/Tools/idle/AutoIndent.py +++ b/Tools/idle/AutoIndent.py @@ -84,6 +84,8 @@ class AutoIndent: '<>': ['', ''], '<>': ['', ''], '<>': ['', ''], + '<>': [''], + '<>': [''], } # usetabs true -> literal tab characters are used by indent and