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

Raymond Hettinger report at bugs.python.org
Sun Dec 22 03:13:37 EST 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

@haisai SimpleNamespace can't use keyword arguments because those are already used to pass in data.  Also, we want to keep it simple; hence, the name :-)

----------

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


More information about the Python-bugs-list mailing list