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 Jan-Hein Bührman
Recipients Aaron Hall, Jan-Hein Bührman, josephsmeng, pombredanne, rhettinger, serhiy.storchaka
Date 2018-10-17.15:17:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539789463.05.0.788709270274.issue30670@psf.upfronthosting.co.za>
In-reply-to
Content
@terry.reedy - If I understand correctly, this issue was closed by you awaiting what would happen with the dict insertion order after 3.6.

It has been decided that dict insertion will stay for now and in the future. >>> Should this issue now be reopened?

And I would favor backward compatibility (key sort order) with an additional keyword for pprint to display it "unsorted" order (from pprint perspective, insertion order for dicts and OrderedDicts, and whatever other order for whatever other dicts).
History
Date User Action Args
2018-10-17 15:17:43Jan-Hein Bührmansetrecipients: + Jan-Hein Bührman, rhettinger, serhiy.storchaka, josephsmeng, pombredanne, Aaron Hall
2018-10-17 15:17:43Jan-Hein Bührmansetmessageid: <1539789463.05.0.788709270274.issue30670@psf.upfronthosting.co.za>
2018-10-17 15:17:43Jan-Hein Bührmanlinkissue30670 messages
2018-10-17 15:17:43Jan-Hein Bührmancreate