From: Guido van Rossum Date: Sat, 9 Jan 1999 05:00:59 +0000 (+0000) Subject: Added ScriptBinding to standard bindings. X-Git-Tag: v1.5.2b2~402 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83c74d44ce4e69fc0d1be1d7f6a0360116afa154;p=thirdparty%2FPython%2Fcpython.git Added ScriptBinding to standard bindings. --- diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py index 58bc95fd9aa0..05095563eecb 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -7,4 +7,5 @@ standard = [ "AutoExpand", "FormatParagraph", "ZoomHeight", + "ScriptBinding", ]