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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2015-04-04.17:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428167976.78.0.301380656754.issue23870@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch adds support of all collections classes (except namedtuple) in pprint. It uses undocumented unstable private API. After implementing issue7434 the code could be rewritten with using public stable well-designed API. One day in the womb of time.

But for now this patch allows to grope requirements to future API.
History
Date User Action Args
2015-04-04 17:19:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2015-04-04 17:19:36serhiy.storchakasetmessageid: <1428167976.78.0.301380656754.issue23870@psf.upfronthosting.co.za>
2015-04-04 17:19:36serhiy.storchakalinkissue23870 messages
2015-04-04 17:19:36serhiy.storchakacreate