[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset bdf0fece5bbc2fc9fffbf0f314c7022e24e747df by Miss Islington (bot) in branch '3.8': bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) (GH-24632) https://github.com/python/cpython/commit/bdf0fece5bbc2fc9fffbf0f314c7022e24e747df -

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread miss-islington
miss-islington added the comment: New changeset e202f1e4dbe02fbcae9f6afed863b7221b39c984 by Miss Islington (bot) in branch '3.9': bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) https://github.com/python/cpython/commit/e202f1e4dbe02fbcae9f6afed863b7221b39c984 --

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +23416 pull_request: https://github.com/python/cpython/pull/24632 ___ Python tracker ___ __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +23415 pull_request: https://github.com/python/cpython/pull/24631 ___ Python tracker ___ __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 2827e8a177c2a6584fada594bca6829c53a2872f by Terry Jan Reedy in branch 'master': bpo-43283: Add IDLE doc paragraph about print speed (GH-24615) https://github.com/python/cpython/commit/2827e8a177c2a6584fada594bca6829c53a2872f -- __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +23396 pull_request: https://github.com/python/cpython/pull/24615 ___ Python tracker ___ __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-21 Thread miss-islington
miss-islington added the comment: New changeset 693aeacf8851d1e9995073e27e50644a505dc49c by Miss Islington (bot) in branch '3.9': bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) https://github.com/python/cpython/commit/693aeacf8851d1e9995073e27e50644a505dc49c -- _

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-21 Thread miss-islington
miss-islington added the comment: New changeset 6ddb25586524022923d076ddb3b5867214c6ce42 by Miss Islington (bot) in branch '3.8': bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) https://github.com/python/cpython/commit/6ddb25586524022923d076ddb3b5867214c6ce42 -- _

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +23387 pull_request: https://github.com/python/cpython/pull/24608 ___ Python tracker ___ __

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +23386 pull_request: https://github.com/python/cpython/pull/24607 ___ Python tracker _

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4cf7bb8e22bf37e6d65bf4cb5618d09c4a8ad612 by Terry Jan Reedy in branch 'master': bpo-43283: Rearrange some IDLE doc paragraphs. (GH-24604) https://github.com/python/cpython/commit/4cf7bb8e22bf37e6d65bf4cb5618d09c4a8ad612 -- ___

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +23382 pull_request: https://github.com/python/cpython/pull/24604 ___ Python tracker ___ _

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread Terry J. Reedy
New submission from Terry J. Reedy : https://stackoverflow.com/questions/66286367/why-is-my-function-faster-than-pythons-print-function-in-idle had some tests of printing speed that showed that print in IDLE can be much slower than in REPL. I did further tests that showed than combining chunk

[issue43283] IDLE: Explain print slowness and speedup method

2021-02-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: docs@python components: Documentation, IDLE nosy: docs@python, terry.reedy priority: normal severity: normal stage: patch review status: open title: IDLE: Explain print slowness and speedup method type: enhancement versions: Python 3.10, Python 3.