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 serhiy.storchaka
Recipients jab, josh.r, methane, pgjones, serhiy.storchaka
Date 2021-02-18.09:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613641034.03.0.728477659149.issue43246@roundup.psfhosted.org>
In-reply-to
Content
The choice of testing __iter__ was because OrderedDict overrides __iter__, and since dicts are ordered now, the order of insertion does matter.
History
Date User Action Args
2021-02-18 09:37:14serhiy.storchakasetrecipients: + serhiy.storchaka, jab, methane, josh.r, pgjones
2021-02-18 09:37:14serhiy.storchakasetmessageid: <1613641034.03.0.728477659149.issue43246@roundup.psfhosted.org>
2021-02-18 09:37:14serhiy.storchakalinkissue43246 messages
2021-02-18 09:37:13serhiy.storchakacreate