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 elias
Recipients elias
Date 2010-12-01.00:20:23
SpamBayes Score 8.1426995e-05
Marked as misclassified No
Message-id <1291162826.6.0.417417654349.issue10592@psf.upfronthosting.co.za>
In-reply-to
Content
If I try to pretty-print an ordered dictionary, it doesn't show nicely. Instead of having each key-value pair on its own line, the whole thing shows up on one long line, which wraps many times and is hard to read.

I can provide an example if you want.

Is there a way to make it print nicely, like the old unordered dictionaries?
History
Date User Action Args
2010-12-01 00:20:26eliassetrecipients: + elias
2010-12-01 00:20:26eliassetmessageid: <1291162826.6.0.417417654349.issue10592@psf.upfronthosting.co.za>
2010-12-01 00:20:24eliaslinkissue10592 messages
2010-12-01 00:20:23eliascreate