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 Patitotective, serhiy.storchaka
Date 2021-09-25.17:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632591109.65.0.97464343441.issue45288@roundup.psfhosted.org>
In-reply-to
Content
But you will not get them in creation order, even if omit the final sort, because:

1. dir() returns names sorted alphabetically, not in order of creation.
2. Dynamic class attributes are added at the end, and inherited attributes follow attributes defined in that class.

So adding this parameter will not help you.
History
Date User Action Args
2021-09-25 17:31:49serhiy.storchakasetrecipients: + serhiy.storchaka, Patitotective
2021-09-25 17:31:49serhiy.storchakasetmessageid: <1632591109.65.0.97464343441.issue45288@roundup.psfhosted.org>
2021-09-25 17:31:49serhiy.storchakalinkissue45288 messages
2021-09-25 17:31:49serhiy.storchakacreate