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 gvanrossum
Recipients brandtbucher, eric.smith, freundTech, gvanrossum
Date 2021-04-10.22:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+oawxfcPqatYFnfr=pcWC3Q-uy1SqUw=MOchMHmWQqXg@mail.gmail.com>
In-reply-to <1618090971.43.0.153384635846.issue43764@roundup.psfhosted.org>
Content
There may be other reasons why `__init__` is not desired, and there's no
absolute requirement that `__match_args__` must match the constructor --
only a convention. I'd say don't tie them together.
History
Date User Action Args
2021-04-10 22:08:39gvanrossumsetrecipients: + gvanrossum, eric.smith, brandtbucher, freundTech
2021-04-10 22:08:39gvanrossumlinkissue43764 messages
2021-04-10 22:08:39gvanrossumcreate