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 brandtbucher, eric.smith, freundTech, gvanrossum
Date 2021-04-10.22:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618092905.38.0.988727625874.issue43764@roundup.psfhosted.org>
In-reply-to
Content
I can go either way. It's easy enough for the user to add their own __match_args__, so I won't link them.

Here's what I have for the documentation, which is why the issue came up:

   - ``match_args``: If true (the default is ``True``), the
     ``__match_args__`` tuple will be created from the list of
     parameters to the generated :meth:`__init__` method (even if
     :meth:`__init__` is not generated, see above).  If false, or if
     ``__match_args__`` is already defined in the class, then
     ``__match_args__`` will not be generated.
History
Date User Action Args
2021-04-10 22:15:05eric.smithsetrecipients: + eric.smith, gvanrossum, brandtbucher, freundTech
2021-04-10 22:15:05eric.smithsetmessageid: <1618092905.38.0.988727625874.issue43764@roundup.psfhosted.org>
2021-04-10 22:15:05eric.smithlinkissue43764 messages
2021-04-10 22:15:05eric.smithcreate