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 harshness
Recipients harshness, terry.reedy
Date 2021-10-20.22:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634767510.09.0.775917285757.issue45543@roundup.psfhosted.org>
In-reply-to
Content
The IDLE shell for Windows doesn't respect carriage returns in output strings.

When using a '\r' as sep, end or as part of the output strings, IDLE ignores it and I get linear output rather than each successive line printing over the previous output.  The same code works as expected in a conventional Windows shell (i.e. COMMAND).
History
Date User Action Args
2021-10-20 22:05:10harshnesssetrecipients: + harshness, terry.reedy
2021-10-20 22:05:10harshnesssetmessageid: <1634767510.09.0.775917285757.issue45543@roundup.psfhosted.org>
2021-10-20 22:05:10harshnesslinkissue45543 messages
2021-10-20 22:05:09harshnesscreate