Message310898
| 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 |
|