[issue41775] IDLE: change Shell window title

2020-09-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: In the last few months, there has been an increase in bpo issues mis-tagged IDLE. Today's example: #41774 -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue41775] IDLE: change Shell window title

2020-09-24 Thread miss-islington
miss-islington added the comment: New changeset 18e59f587b86297d4fc99765be10d92a717d4775 by Miss Islington (bot) in branch '3.8': bpo-41775: Make 'IDLE Shell' the shell title (GH-22399) https://github.com/python/cpython/commit/18e59f587b86297d4fc99765be10d92a717d4775 --

[issue41775] IDLE: change Shell window title

2020-09-24 Thread miss-islington
miss-islington added the comment: New changeset 4080f12b17cee36732758912dc4346ec9361 by Miss Islington (bot) in branch '3.9': bpo-41775: Make 'IDLE Shell' the shell title (GH-22399) https://github.com/python/cpython/commit/4080f12b17cee36732758912dc4346ec9361 --

[issue41775] IDLE: change Shell window title

2020-09-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 05cc881cbcf5d73a312568c78c7149eae3195072 by Terry Jan Reedy in branch 'master': bpo-41775: Make 'IDLE Shell' the shell title (#22399) https://github.com/python/cpython/commit/05cc881cbcf5d73a312568c78c7149eae3195072 --

[issue41775] IDLE: change Shell window title

2020-09-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +21440 pull_request: https://github.com/python/cpython/pull/22400 ___ Python tracker

[issue41775] IDLE: change Shell window title

2020-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +21441 pull_request: https://github.com/python/cpython/pull/22401 ___ Python tracker ___

[issue41775] IDLE: change Shell window title

2020-09-24 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +21439 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/22399 ___ Python tracker

[issue41775] IDLE: change Shell window title

2020-09-19 Thread Tal Einat
Change by Tal Einat : -- nosy: -taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41775] IDLE: change Shell window title

2020-09-12 Thread Terry J. Reedy
New submission from Terry J. Reedy : The IDLE Shell window title is set with pyshell line 836 shell_title = "Python " + python_version() + " Shell" The python_version() part was added in March 2013 by the first patch for issue 17390: https://hg.python.org/cpython/rev/74d9a9507019. In