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 rhettinger
Recipients fdrake, rhettinger, serhiy.storchaka
Date 2017-04-05.21:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Some thoughts:

* I'm not sure the terminal width will always be knowable, for example when using IDLE.

* I often need smaller widths when printing short dicts and lists.  The smaller widths better show the parallel structure.  I think having it fill the width of my screen is rarely what I would want.

* ISTM, this will cause reproducibility issues, esp for doctests.
History
Date User Action Args
2017-04-05 21:37:20rhettingersetrecipients: + rhettinger, fdrake, serhiy.storchaka
2017-04-05 21:37:20rhettingersetmessageid: <[email protected]>
2017-04-05 21:37:20rhettingerlinkissue29996 messages
2017-04-05 21:37:20rhettingercreate