]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37892: Use space indents in IDLE Shell (GH-25678)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 29 Apr 2021 10:48:18 +0000 (06:48 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Apr 2021 10:48:18 +0000 (06:48 -0400)
commit8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc
tree1954c321cfe6e6f642fefb1ae32996df5b52eab7
parentf6ee4dad589c0953283dacb577a2d808fda7aae9
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.
Lib/idlelib/NEWS.txt
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2021-04-29-02-40-41.bpo-37892.bgW2fk.rst [new file with mode: 0644]