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 lijok
Recipients eric.smith, lijok, xtreak
Date 2020-01-11.07:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578726826.67.0.433640400613.issue39300@roundup.psfhosted.org>
In-reply-to
Content
> I think this is a combination of the above statement at end of [0] and inheritance following the order of the fields at [1]

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

Thank you
History
Date User Action Args
2020-01-11 07:13:46lijoksetrecipients: + lijok, eric.smith, xtreak
2020-01-11 07:13:46lijoksetmessageid: <1578726826.67.0.433640400613.issue39300@roundup.psfhosted.org>
2020-01-11 07:13:46lijoklinkissue39300 messages
2020-01-11 07:13:46lijokcreate