commit | 8ec2f0dc0cd096b7a851b1a41e458daa23bf1ffc | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Apr 29 06:48:18 2021 -0400 |
committer | GitHub <noreply@github.com> | Thu Apr 29 06:48:18 2021 -0400 |
tree | 1954c321cfe6e6f642fefb1ae32996df5b52eab7 | |
parent | f6ee4dad589c0953283dacb577a2d808fda7aae9 [diff] |
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.