[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
miss-islington added the comment: New changeset 54bcb6c0f185be29b2a626d2f1430c110c823a7d by Miss Islington (bot) in branch '3.6': bpo-35099: Update idlelib/help.html (GH-10353) https://github.com/python/cpython/commit/54bcb6c0f185be29b2a626d2f1430c110c823a7d --

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
miss-islington added the comment: New changeset 4a46295a95bc2e7a93bcf0ce4cdaeeeb48729069 by Miss Islington (bot) in branch '3.7': bpo-35099: Update idlelib/help.html (GH-10353) https://github.com/python/cpython/commit/4a46295a95bc2e7a93bcf0ce4cdaeeeb48729069 --

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9655 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9654 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset f1d3efc2fba704692d539acc3cb0376a1dd9d98f by Terry Jan Reedy in branch 'master': bpo-35099: Update idlelib/help.html (#10353) https://github.com/python/cpython/commit/f1d3efc2fba704692d539acc3cb0376a1dd9d98f --

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9653 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: I either removed or augmented occurrences of 'console' in the renamed section. -- dependencies: -IDLE Doc: Text consumes unlimited RAM, consoles likely not, IDLE: Document how Shell displays user code output resolution: -> fixed stage: patch review

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
miss-islington added the comment: New changeset 927a113ae2be33a9dd929569930f28948aa5c965 by Miss Islington (bot) in branch '3.6': bpo-35099: Improve the doc about IDLE running user code. (GH-10350) https://github.com/python/cpython/commit/927a113ae2be33a9dd929569930f28948aa5c965 --

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
miss-islington added the comment: New changeset a437c285fa4f21720802e7a91770b2281d576554 by Miss Islington (bot) in branch '3.7': bpo-35099: Improve the doc about IDLE running user code. (GH-10350) https://github.com/python/cpython/commit/a437c285fa4f21720802e7a91770b2281d576554 --

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9652 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9651 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 5e7909032491cef17754a3208872655fe350e9be by Terry Jan Reedy in branch 'master': bpo-35099: Improve the doc about IDLE running user code. (#10350) https://github.com/python/cpython/commit/5e7909032491cef17754a3208872655fe350e9be -- __

[issue35099] Improve the IDLE - console differences doc

2018-11-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9650 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue35099] Improve the IDLE - console differences doc

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue35099] Improve the IDLE - console differences doc

2018-10-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I thought of 'IDLE versus standard Python', or 'default Python', but the contrast is not correct, as IDLE uses the same Python. The intended contrast is between the result of different methods of running Python code with a particular Python binary. 'How ID

[issue35099] Improve the IDLE - console differences doc

2018-10-28 Thread Ned Deily
Ned Deily added the comment: Thanks for the explanation. That's what I thought you meant but it's good to make sure. I'm not sure what the best solution is and others might have a different opinion. It might be good to solicit some feedback from a wider audience of users who do not have W

[issue35099] Improve the IDLE - console differences doc

2018-10-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: By 'console' I mean the text-interface window that Python normally runs in, whether in batch or interactive mode, whether started directly from an icon or menu or file listing or indirectly by entering 'python' in a shell program running in the console. (On