diff options
author | Tal Einat <taleinat+github@gmail.com> | 2018-09-25 12:10:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 12:10:14 (GMT) |
commit | 604e7b9931f9e7881a2941816e538f5f15930db8 (patch) | |
tree | 393ac360f1d76ab0afc2621c76d6b998e9813c60 /Misc | |
parent | 5b3cbcd4a041eeda935dd6d0c75f2d38111ed03d (diff) | |
download | cpython-604e7b9931f9e7881a2941816e538f5f15930db8.zip cpython-604e7b9931f9e7881a2941816e538f5f15930db8.tar.gz cpython-604e7b9931f9e7881a2941816e538f5f15930db8.tar.bz2 |
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-08-13-16-31-24.bpo-1529353.wXfQJk.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-08-13-16-31-24.bpo-1529353.wXfQJk.rst b/Misc/NEWS.d/next/IDLE/2018-08-13-16-31-24.bpo-1529353.wXfQJk.rst new file mode 100644 index 0000000..cae4af8 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-08-13-16-31-24.bpo-1529353.wXfQJk.rst @@ -0,0 +1,3 @@ +Enable "squeezing" of long outputs in the shell, to avoid performance +degradation and to clean up the history without losing it. Squeezed outputs +may be copied, viewed in a separate window, and "unsqueezed". |