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 freundTech
Recipients brandtbucher, docs@python, eric.smith, freundTech, gvanrossum, rhettinger
Date 2021-04-09.23:09:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618009755.56.0.658416993825.issue43761@roundup.psfhosted.org>
In-reply-to
Content
I agree that __match_args__ shouldn't have to be added to the documentation of any class that supports it, however dataclass and (maybe to a lesser extend) NamedTuple aren't themselves classes, but aid in creating own classes. Their effects on classes generated by them should be documented.
The documentation also mentions other fields/methods generated by dataclass and NamedTyple.
History
Date User Action Args
2021-04-09 23:09:15freundTechsetrecipients: + freundTech, gvanrossum, rhettinger, eric.smith, docs@python, brandtbucher
2021-04-09 23:09:15freundTechsetmessageid: <1618009755.56.0.658416993825.issue43761@roundup.psfhosted.org>
2021-04-09 23:09:15freundTechlinkissue43761 messages
2021-04-09 23:09:15freundTechcreate