[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c488558faaff4ffa44ba20e0c1f1fc8f18fe722f by Terry Jan Reedy in branch '2.7': [2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758) https://github.com/python/cpython/commit/c488558faaff4ffa44ba20e0c1f1fc8f18fe722f -

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread miss-islington
miss-islington added the comment: New changeset 25531fb7b8338a21cdcdf2ce0f981d781d21641f by Miss Islington (bot) in branch '3.6': bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) https://github.com/python/cpython/commit/25531fb7b8338a21cdcdf2ce0f981d781d21641f --

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +7366 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread miss-islington
miss-islington added the comment: New changeset 6bb770445192e19aef94111c6a9913e1526c4d64 by Miss Islington (bot) in branch '3.7': bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) https://github.com/python/cpython/commit/6bb770445192e19aef94111c6a9913e1526c4d64 -- nosy:

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +7365 stage: backport needed -> patch review ___ Python tracker ___ __

[issue33856] IDLE: "help" is missing from the sign-on message

2018-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for the clarification. >>> help works but is not in the sign-on message, even though it is by far the most important item mentioned. I just merged to master. -- assignee: -> terry.reedy components: +IDLE resolution: not a bug -> stage: res