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 rhettinger
Recipients bup, docs@python, methane, rhettinger
Date 2018-07-16.06:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531723934.81.0.56676864532.issue34123@psf.upfronthosting.co.za>
In-reply-to
Content
My opinion is that it is in fact guaranteed. It makes no sense for all other aspects of the dict behavior to be guaranteed and not this one.  This is what PyPy and CPython already do and there is no scenario where an implementation would be able to append a new pair at the end but unable to reverse the operation.

IMO, leaving this in an ambiguous state would created problems unnecessarily and it would preclude reasonable uses of the the ordering feature.
History
Date User Action Args
2018-07-16 06:52:14rhettingersetrecipients: + rhettinger, methane, docs@python, bup
2018-07-16 06:52:14rhettingersetmessageid: <1531723934.81.0.56676864532.issue34123@psf.upfronthosting.co.za>
2018-07-16 06:52:14rhettingerlinkissue34123 messages
2018-07-16 06:52:14rhettingercreate