Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45908>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to