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 pombredanne
Recipients Aaron Hall, josephsmeng, pombredanne, rhettinger, serhiy.storchaka
Date 2018-01-27.23:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517094879.99.0.467229070634.issue30670@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO since Guido said that dictionary order is guaranteed going forward [1], the order should now be preserved in 3.6+ 

Getting a sorted pprint'ed dict in a Py3.6.1 was a surprise to me coming from Python2.

The default ordered dict is to me the killer feature of 3 and a major driver to migrate from 2.

[1] https://mail.python.org/pipermail/python-dev/2017-December/151286.html
History
Date User Action Args
2018-01-27 23:14:40pombredannesetrecipients: + pombredanne, rhettinger, serhiy.storchaka, josephsmeng, Aaron Hall
2018-01-27 23:14:39pombredannesetmessageid: <1517094879.99.0.467229070634.issue30670@psf.upfronthosting.co.za>
2018-01-27 23:14:39pombredannelinkissue30670 messages
2018-01-27 23:14:39pombredannecreate