mirror of
https://github.com/python/cpython.git
synced 2024-11-27 03:45:08 +08:00
febebe9e79
If there are too many complaints I'll remove it again or fix it.
13 lines
270 B
Python
13 lines
270 B
Python
# IDLE extensions to be loaded by default (see extend.txt).
|
|
# Edit this file to configure your set of IDLE extensions.
|
|
|
|
standard = [
|
|
"SearchBinding",
|
|
"AutoIndent",
|
|
"AutoExpand",
|
|
"FormatParagraph",
|
|
"ZoomHeight",
|
|
"ScriptBinding",
|
|
"CallTips",
|
|
]
|