New submission from Lee Bosch <[email protected]>:
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). ---------- assignee: terry.reedy components: IDLE messages: 404530 nosy: harshness, terry.reedy priority: normal severity: normal status: open title: IDLE shell Windows EOL <CR> type: behavior versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45543> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
