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 eric.smith
Recipients eric.smith, fdrake, gavin
Date 2019-04-23.13:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556025457.68.0.472353591198.issue36705@roundup.psfhosted.org>
In-reply-to
Content
pprint.pprint is not designed to be a drop-in replacement for print. At this point, we cannot break existing code to change how pprint works.

I suggest you make a pprint.pprint wrapper that does what you want, or maybe subclass pprint.PrettyPrinter.
History
Date User Action Args
2019-04-23 13:17:37eric.smithsetrecipients: + eric.smith, fdrake, gavin
2019-04-23 13:17:37eric.smithsetmessageid: <1556025457.68.0.472353591198.issue36705@roundup.psfhosted.org>
2019-04-23 13:17:37eric.smithlinkissue36705 messages
2019-04-23 13:17:37eric.smithcreate