summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-04-29 10:48:18 (GMT)
committerGitHub <noreply@github.com>2021-04-29 10:48:18 (GMT)
commit8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc (patch)
tree1954c321cfe6e6f642fefb1ae32996df5b52eab7 /Lib/idlelib/NEWS.txt
parentf6ee4dad589c0953283dacb577a2d808fda7aae9 (diff)
downloadcpython-8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc.zip
cpython-8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc.tar.gz
cpython-8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc.tar.bz2
bpo-37892: Use space indents in IDLE Shell (GH-25678)
Adding a newline to the prompt moves it out of the way of user code input, which now starts at the left margin, along with continuation lines.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index ca4280f..83afe3e 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -4,6 +4,13 @@ Released on 2021-10-04?
=========================
+bpo-37892: Change Shell input indents from tabs to spaces.
+
+bpo-37903: Move the Shell input prompt to a side bar.
+
+bpo-43655: Make window managers on macOS and X Window recognize
+IDLE dialog windows as dialogs.
+
bpo-43283: Document why printing to IDLE's Shell is often slower than
printing to a system terminal and that it can be made faster by
pre-formatting a single string before printing.