]> granicus.if.org Git - python/commit
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 6 Sep 2019 17:54:45 +0000 (13:54 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 17:54:45 +0000 (13:54 -0400)
commit38da805d563422cf1bb9cd9be24c73806840fe30
treef23132ee1104b4586d25cb4b051716671ecb855a
parent74b662cf202753d224d82d5503974cce881f7436
 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.
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]