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 yselivanov
Recipients docs@python, methane, ned.deily, vstinner, yselivanov
Date 2018-05-22.21:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527023250.35.0.682650639539.issue33609@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-05-22 21:07:30yselivanovsetrecipients: + yselivanov, vstinner, ned.deily, methane, docs@python
2018-05-22 21:07:30yselivanovsetmessageid: <1527023250.35.0.682650639539.issue33609@psf.upfronthosting.co.za>
2018-05-22 21:07:30yselivanovlinkissue33609 messages
2018-05-22 21:07:30yselivanovcreate