]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41775: Make 'IDLE Shell' the shell title (GH-22399)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Sep 2020 20:07:49 +0000 (13:07 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Sep 2020 20:07:49 +0000 (13:07 -0700)
commit4080f12ccccb17cee36732758912dc4346ec9361
tree99cc0b5ac690c5af878745300f598e5936fcb437
parentca8d46dd422e5aa10f444796d93faec5a8cbc1e0
bpo-41775: Make 'IDLE Shell' the shell title  (GH-22399)

'Python Shell' may have contributed to some beginners confusing 'IDLE' with ' Python'.
(cherry picked from commit 05cc881cbcf5d73a312568c78c7149eae3195072)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2020-09-24-14-31-16.bpo-41775.sB8Vre.rst [new file with mode: 0644]