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 taleinat
Recipients rhettinger, taleinat, terry.reedy
Date 2018-11-09.13:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541770318.92.0.788709270274.issue35196@psf.upfronthosting.co.za>
In-reply-to
Content
> The squeezed text is impairing IDLE's usability for teaching purposes.

I sincerely hoped it would achieve the opposite! I'm happy to do any work necessary to improve its usability in this context.

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

> Typing help() on any built-in type such as str immediately results in a squeeze-button rather than displaying help.  The same is true for showing lines from a file read or from a URL.

A quick double-click will expand the "Squeezed text" label. Also, right-click -> "View" will open the output in a viewer window; for long "help(str)" output I find this better than having it in the midst of the normal output.

> Also, I think this may be the logic that is slowing down successive print calls in a loop.

Can you give more details? In comparison to what do you find it slow? I did a quick comparison between a recent 3.8.0a build and 3.7.0 (without Squeezer) on a Win10 machine, and both seemed to take the same time to run those loops (~3.5 seconds for the first loop, ~4.5 seconds for the second loop).
History
Date User Action Args
2018-11-09 13:31:58taleinatsetrecipients: + taleinat, rhettinger, terry.reedy
2018-11-09 13:31:58taleinatsetmessageid: <1541770318.92.0.788709270274.issue35196@psf.upfronthosting.co.za>
2018-11-09 13:31:58taleinatlinkissue35196 messages
2018-11-09 13:31:58taleinatcreate