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 pbryan
Recipients docs@python, pbryan
Date 2020-12-16.20:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608151901.48.0.662364122955.issue42662@roundup.psfhosted.org>
In-reply-to
Content
Currently the data model documentation does not specify the order of keys in __annotations__ dictionary. It is currently in the order that arguments or attributes are declared. I propose to make this explicit.

Rationale: Having order explicitly specified in the documentation makes it a documented feature that code can depend on. Current code cannot safely rely on this behavior.
History
Date User Action Args
2020-12-16 20:51:41pbryansetrecipients: + pbryan, docs@python
2020-12-16 20:51:41pbryansetmessageid: <1608151901.48.0.662364122955.issue42662@roundup.psfhosted.org>
2020-12-16 20:51:41pbryanlinkissue42662 messages
2020-12-16 20:51:41pbryancreate