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 taleinat
Recipients John Smith, gvanrossum, taleinat, terry.reedy
Date 2020-05-26.15:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590505234.59.0.396994649347.issue39724@roundup.psfhosted.org>
In-reply-to
Content
This seems to be at least partly intentional: When waiting for user input, IDLE starts a nested Tk mainloop (!), which is stopped by the end-of-line handler. It seems to me that this is what is causing displaying other outputs to be delayed.
History
Date User Action Args
2020-05-26 15:00:34taleinatsetrecipients: + taleinat, gvanrossum, terry.reedy, John Smith
2020-05-26 15:00:34taleinatsetmessageid: <1590505234.59.0.396994649347.issue39724@roundup.psfhosted.org>
2020-05-26 15:00:34taleinatlinkissue39724 messages
2020-05-26 15:00:34taleinatcreate