summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-04-29-02-40-41.bpo-37892.bgW2fk.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-04-29-02-40-41.bpo-37892.bgW2fk.rst b/Misc/NEWS.d/next/IDLE/2021-04-29-02-40-41.bpo-37892.bgW2fk.rst
new file mode 100644
index 0000000..c8bb84b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2021-04-29-02-40-41.bpo-37892.bgW2fk.rst
@@ -0,0 +1 @@
+Indent IDLE Shell input with spaces instead of tabs