]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added ScriptBinding to standard bindings.
authorGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 05:00:59 +0000 (05:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 05:00:59 +0000 (05:00 +0000)
Tools/idle/extend.py

index 58bc95fd9aa0d0921c2c31332a84989de59fed77..05095563eecb3eb796d4acbe344202733962ab1f 100644 (file)
@@ -7,4 +7,5 @@ standard = [
     "AutoExpand",
     "FormatParagraph",
     "ZoomHeight",
+    "ScriptBinding",
 ]