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 taleinat, terry.reedy
Date 2018-12-13.05:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544679789.22.0.788709270274.issue35208@psf.upfronthosting.co.za>
In-reply-to
Content
Note that I *am* considering ...

It seems that a reasonable rule might be to squeeze if n lines or the equivalent of n full lines (75 chars each) in total characters.  In other words, if lines >= N or chars >= to 75*N: squeeze().  Do we have a rule not to squeeze fewer but longer lines?
History
Date User Action Args
2018-12-13 05:43:09terry.reedysetrecipients: + terry.reedy, taleinat
2018-12-13 05:43:09terry.reedysetmessageid: <1544679789.22.0.788709270274.issue35208@psf.upfronthosting.co.za>
2018-12-13 05:43:09terry.reedylinkissue35208 messages
2018-12-13 05:43:08terry.reedycreate