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 amaury.forgeotdarc, dmtr, rhettinger
Date 2010-08-11.22:40:07
SpamBayes Score 1.5118836e-08
Marked as misclassified No
Message-id <1281566419.73.0.958038111815.issue8228@psf.upfronthosting.co.za>
In-reply-to
Content
Am rejecting this request because it complicates pprint and makes it harder to extend.  Most use cases of pprint either don't need this or have output requirements more complicated than proposed (i.e. adding fixed width columns for tabular output, etc).

Also, the current design of pprint doesn't know in advance the width of objects, so a decision to start with multi-column may be invalidated when wider data is encountered later.
History
Date User Action Args
2010-08-11 22:40:19rhettingersetrecipients: + rhettinger, amaury.forgeotdarc, dmtr
2010-08-11 22:40:19rhettingersetmessageid: <1281566419.73.0.958038111815.issue8228@psf.upfronthosting.co.za>
2010-08-11 22:40:08rhettingerlinkissue8228 messages
2010-08-11 22:40:07rhettingercreate