summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-09 05:00:59 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-09 05:00:59 (GMT)
commit83c74d44ce4e69fc0d1be1d7f6a0360116afa154 (patch)
tree045d42aa0256b51da364a04bc1f47676b7a60efa /Tools
parent9f4258490726c15a37484676177913a928b35783 (diff)
downloadcpython-83c74d44ce4e69fc0d1be1d7f6a0360116afa154.zip
cpython-83c74d44ce4e69fc0d1be1d7f6a0360116afa154.tar.gz
cpython-83c74d44ce4e69fc0d1be1d7f6a0360116afa154.tar.bz2
Added ScriptBinding to standard bindings.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/extend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py
index 58bc95f..0509556 100644
--- a/Tools/idle/extend.py
+++ b/Tools/idle/extend.py
@@ -7,4 +7,5 @@ standard = [
"AutoExpand",
"FormatParagraph",
"ZoomHeight",
+ "ScriptBinding",
]