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 Aaron Hall
Recipients Aaron Hall, josephsmeng, rhettinger, serhiy.storchaka
Date 2017-11-02.16:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509640461.53.0.213398074469.issue30670@psf.upfronthosting.co.za>
In-reply-to
Content
If/when order is guaranteed (3.7?) we should have a pprint that respects current order, 

-or-

we should get an improved pprint (maybe named pp or print?) that understands mappings and other abstract data types.

I had a conversation about pprint at the Python meetup last night. It kinda went like this: https://www.youtube.com/watch?v=NpYEJx7PkWE 

Maybe now's the time for improved behavior?
History
Date User Action Args
2017-11-02 16:34:21Aaron Hallsetrecipients: + Aaron Hall, rhettinger, serhiy.storchaka, josephsmeng
2017-11-02 16:34:21Aaron Hallsetmessageid: <1509640461.53.0.213398074469.issue30670@psf.upfronthosting.co.za>
2017-11-02 16:34:21Aaron Halllinkissue30670 messages
2017-11-02 16:34:21Aaron Hallcreate