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 taleinat, terry.reedy
Date 2018-12-23.11:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545563734.94.0.0770528567349.issue35208@roundup.psfhosted.org>
In-reply-to
Content
> Part of my thinking with the simple auto-squeeze formula, besides just simplifying the code, it this.  Raymond claimed that squeezing slows down printing.  If measurably true, one way to avoid a slow down would be to use a simple heuristic formula to estimate the number of wrapped lines instead of exactly counting.  This would be a separate issue, if needed.

After Raymond opened issue #35196, I checked and found several places where the auto-squeeze code was being inefficient.  There's a PR ready with those optimizations attached to that issue (GH-10454).
History
Date User Action Args
2018-12-23 11:15:36taleinatsetrecipients: + taleinat, terry.reedy
2018-12-23 11:15:34taleinatsetmessageid: <1545563734.94.0.0770528567349.issue35208@roundup.psfhosted.org>
2018-12-23 11:15:34taleinatlinkissue35208 messages
2018-12-23 11:15:34taleinatcreate