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 abrosimov.a.a
Recipients abrosimov.a.a, eric.smith
Date 2020-12-25.22:03:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608933790.6.0.129052090796.issue42742@roundup.psfhosted.org>
In-reply-to
Content
This Mixin only works with dataclass objects. And uses the private functionality of the dataclasses. So dataclasses.py is the right place for this. I think I can do enough tests.

And I think that this is too little for a standalone project.
History
Date User Action Args
2020-12-25 22:03:10abrosimov.a.asetrecipients: + abrosimov.a.a, eric.smith
2020-12-25 22:03:10abrosimov.a.asetmessageid: <1608933790.6.0.129052090796.issue42742@roundup.psfhosted.org>
2020-12-25 22:03:10abrosimov.a.alinkissue42742 messages
2020-12-25 22:03:10abrosimov.a.acreate