Terry J. Reedy added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23220>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to