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 rhettinger
Recipients brandtbucher, docs@python, eric.smith, freundTech, gvanrossum, rhettinger
Date 2021-04-07.18:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617818631.14.0.457194155797.issue43761@roundup.psfhosted.org>
In-reply-to
Content
> This change is currently not documented in the dataclass 
> and namedtuple documentation,

I don't think we need to do that. In the end, __match_args__ will be added in many places.  The right place to document it is in the pattern matching docs.
History
Date User Action Args
2021-04-07 18:03:51rhettingersetrecipients: + rhettinger, gvanrossum, eric.smith, docs@python, brandtbucher, freundTech
2021-04-07 18:03:51rhettingersetmessageid: <1617818631.14.0.457194155797.issue43761@roundup.psfhosted.org>
2021-04-07 18:03:51rhettingerlinkissue43761 messages
2021-04-07 18:03:51rhettingercreate