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 docs@python, methane, rhettinger, veky
Date 2021-11-27.20:39:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638045550.63.0.967693551685.issue45908@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the suggestion but I’m going to decline. We has many APIS that consume an iterable and all of them do so In iteration order.  Even the regular dict() constructor takes an iterable of tuples and adds them in iteration order.  Also, I’m not concerned because of our experience with OrderedDict() which for a decade had a fromkeys() method and there has never been a question about it.   There was even an idiom for deducing a list while maintaining order: list(OrderedDict.fromkeys(seq)).
History
Date User Action Args
2021-11-27 20:39:10rhettingersetrecipients: + rhettinger, methane, docs@python, veky
2021-11-27 20:39:10rhettingersetmessageid: <1638045550.63.0.967693551685.issue45908@roundup.psfhosted.org>
2021-11-27 20:39:10rhettingerlinkissue45908 messages
2021-11-27 20:39:10rhettingercreate