Message317346
I don't see it documented that dicts preserve insertion order. 3.7 what's new points to [1], but that section doesn't have a "version changed" tag.
IMO, [1] should have two version changed tags: one for 3.6, and one for 3.7.
Also, it would be great if we could document how the order is preserved when a key is deleted from the dict etc.
[1] https://docs.python.org/3.7/library/stdtypes.html#mapping-types-dict |
|
Date |
User |
Action |
Args |
2018-05-22 21:07:30 | yselivanov | set | recipients:
+ yselivanov, vstinner, ned.deily, methane, docs@python |
2018-05-22 21:07:30 | yselivanov | set | messageid: <1527023250.35.0.682650639539.issue33609@psf.upfronthosting.co.za> |
2018-05-22 21:07:30 | yselivanov | link | issue33609 messages |
2018-05-22 21:07:30 | yselivanov | create | |
|