]> granicus.if.org Git - python/commit
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Sep 2019 18:14:49 +0000 (11:14 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 18:14:49 +0000 (11:14 -0700)
commit4009a8522d774c36918005527dfb0975f389c8c2
tree5c2fc251eacd58eabbc04fba96185ee47a0d685e
parent4d1abedce9422473af2ac78047e55cde73208208
bpo-38041: Refine IDLE Shell restart lines.  (GH-15709)

 Restart lines now always start with '=' and never end with ' ' and fill the width of the window unless that would require ending with ' ', which could be wrapped by itself and possible confusing the user.
(cherry picked from commit 38da805d563422cf1bb9cd9be24c73806840fe30)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_pyshell.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2019-09-05-23-12-13.bpo-38041.nxmGGK.rst [new file with mode: 0644]