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 docs@python, methane, rhettinger, serhiy.storchaka, veky
Date 2021-11-27.20:41:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638045662.16.0.891615681125.issue45908@roundup.psfhosted.org>
In-reply-to
Content
What else can it be? dict.fromkeys() adds keys in the order of obtaining them, and it obtains them by iterating its argument. If we need a special note here, we need a special note for list(), tuple(), filter(), enumerate() and all other functions which consume an iterable.
History
Date User Action Args
2021-11-27 20:41:02serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, methane, docs@python, veky
2021-11-27 20:41:02serhiy.storchakasetmessageid: <1638045662.16.0.891615681125.issue45908@roundup.psfhosted.org>
2021-11-27 20:41:02serhiy.storchakalinkissue45908 messages
2021-11-27 20:41:02serhiy.storchakacreate