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 Al.Sweigart, THRlWiTi, docs@python, martin.panter, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2016-03-10.22:42:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457649737.5.0.208389225798.issue23220@psf.upfronthosting.co.za>
In-reply-to
Content
Different \r behavior is the gist of https://stackoverflow.com/questions/35895864/what-is-the-difference-between-cmd-and-idle-when-using-tqdm.  The new section should have more on the different effect of control characters on different display devices and windows. It should also better differentiate between Python result, which is the string written to stdout, and which is nearly always the same in IDLE and console, and visual display result, which is  outside of Python's control.  This separation is the point of Serhiy's msg246602.
History
Date User Action Args
2016-03-10 22:42:17terry.reedysetrecipients: + terry.reedy, ned.deily, THRlWiTi, docs@python, martin.panter, Al.Sweigart, serhiy.storchaka, willingc
2016-03-10 22:42:17terry.reedysetmessageid: <1457649737.5.0.208389225798.issue23220@psf.upfronthosting.co.za>
2016-03-10 22:42:17terry.reedylinkissue23220 messages
2016-03-10 22:42:17terry.reedycreate