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 josh.r
Recipients eryksun, fdrake, josh.r, rhettinger, serhiy.storchaka
Date 2017-04-06.18:06:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491501969.67.0.773691026392.issue29996@psf.upfronthosting.co.za>
In-reply-to
Content
If you want the dir listing output in a column, you're just relying on your listing to be wider than 80 characters, it still doesn't columnize unless you pass that point.

Personally, I feel if I made the terminal wider, I'd like to actually use that width.

I suppose an alternative, if you really don't want autosizing, is to make auto-sizing supported without having to explicitly call getterminalsize over and over, perhaps by creating some sentinel value (pprint.AUTOWIDTH or whatever) to make it trivial to do (or to allow those who desire it to use partial binding to make it the default for a session up front).
History
Date User Action Args
2017-04-06 18:06:09josh.rsetrecipients: + josh.r, fdrake, rhettinger, serhiy.storchaka, eryksun
2017-04-06 18:06:09josh.rsetmessageid: <1491501969.67.0.773691026392.issue29996@psf.upfronthosting.co.za>
2017-04-06 18:06:09josh.rlinkissue29996 messages
2017-04-06 18:06:09josh.rcreate