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 vstinner
Recipients methane, serhiy.storchaka, vstinner, yselivanov
Date 2018-01-22.16:57:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516640226.91.0.467229070634.issue32623@psf.upfronthosting.co.za>
In-reply-to
Content
Note: It was recently discussed if "del dict[key]" should keep the insertion order. If I understood correctly: yes, the order must be preserved on deletion.

https://mail.python.org/pipermail/python-dev/2017-November/150142.html
History
Date User Action Args
2018-01-22 16:57:06vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, yselivanov
2018-01-22 16:57:06vstinnersetmessageid: <1516640226.91.0.467229070634.issue32623@psf.upfronthosting.co.za>
2018-01-22 16:57:06vstinnerlinkissue32623 messages
2018-01-22 16:57:06vstinnercreate