This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, terry.reedy
Date 2021-02-21.06:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613889334.88.0.10201417345.issue43283@roundup.psfhosted.org>
In-reply-to
Content
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 chunks and lines into a single string can erase most of the difference.

For easier review, the first patch just rearranges current paragraphs to bring together those dealing with 2 processes and sys.stdxxx.  Some are also re-wrapped. The second patch will contain just the new paragraph.
History
Date User Action Args
2021-02-21 06:35:34terry.reedysetrecipients: + terry.reedy, docs@python
2021-02-21 06:35:34terry.reedysetmessageid: <1613889334.88.0.10201417345.issue43283@roundup.psfhosted.org>
2021-02-21 06:35:34terry.reedylinkissue43283 messages
2021-02-21 06:35:34terry.reedycreate