[issue43761] Documenting dataclass and namedtuple changes for structural pattern matching

Raymond Hettinger report at bugs.python.org
Wed Apr 7 14:03:51 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> 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.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43761>
_______________________________________


More information about the Python-bugs-list mailing list