[issue39075] types.SimpleNamespace should preserve attribute ordering (?)

Serhiy Storchaka report at bugs.python.org
Tue Dec 17 13:10:16 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

We usually do not iterate all attributes, and dir() always sort attribute names.

----------
nosy: +rhettinger, serhiy.storchaka, yselivanov

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39075>
_______________________________________


More information about the Python-bugs-list mailing list