commit | 321f28c5f4b7361fa1b6330697b28481b4565ec8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 25 05:38:45 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 25 05:38:45 2018 -0700 |
tree | 15d17605ff581a93b1d6bf17789308686cd13f09 | |
parent | db23206367e2bfbbdfb29b7699f25a14ba353ae7 [diff] [blame] |
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) (cherry picked from commit 604e7b9931f9e7881a2941816e538f5f15930db8) Co-authored-by: Tal Einat <taleinat+github@gmail.com>
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 16f4b09..06e3c5a 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def
@@ -66,6 +66,9 @@ font-bold= 0 encoding= none +[PyShell] +auto-squeeze-min-lines= 50 + [Indent] use-spaces= 1 num-spaces= 4