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 eric.smith
Recipients eric.smith, lijok, xtreak
Date 2020-01-11.19:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578770917.01.0.768053978602.issue39300@roundup.psfhosted.org>
In-reply-to
Content
> Ah, I see, so if I understand correctly the init method for the example given would become __init__(self, PARAM: int = 1, ARG: int) since the fields are kept in an ordered mapping

Correct.
History
Date User Action Args
2020-01-11 19:28:37eric.smithsetrecipients: + eric.smith, xtreak, lijok
2020-01-11 19:28:37eric.smithsetmessageid: <1578770917.01.0.768053978602.issue39300@roundup.psfhosted.org>
2020-01-11 19:28:36eric.smithlinkissue39300 messages
2020-01-11 19:28:36eric.smithcreate