Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> The auto-squeezing can be "disabled" easily by setting 
> the minimum # lines to a high number in the config dialog.

When I teach Python, it is unreasonable to have to have every learner 
reconfigure IDLE away from usable defaults.   The squeezing is somewhat jarring 
and is almost never what we want in live demos.  It is rarely that I don't 
immediately have to unsqueeze the output.

> Can you give more details?

Try this and watch it crawl:  

   >>> print(*range(500))

I don't know whether squeezing is the culprit, but something is causing 1970s 
print performance.

----------

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

Reply via email to