commit | 38da805d563422cf1bb9cd9be24c73806840fe30 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 06 13:54:45 2019 -0400 |
committer | GitHub <noreply@github.com> | Fri Sep 06 13:54:45 2019 -0400 |
tree | f23132ee1104b4586d25cb4b051716671ecb855a | |
parent | 74b662cf202753d224d82d5503974cce881f7436 [diff] |
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.