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 Bruce Eckel, eric.smith
Date 2022-02-09.17:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644427243.02.0.407905135746.issue46693@roundup.psfhosted.org>
In-reply-to
Content
I believe dataclasses uses repr() of the members, not str(). Can you try using specifying __repr__ in Teacup? Just __repr__ = __str__ should work.
History
Date User Action Args
2022-02-09 17:20:43eric.smithsetrecipients: + eric.smith, Bruce Eckel
2022-02-09 17:20:43eric.smithsetmessageid: <1644427243.02.0.407905135746.issue46693@roundup.psfhosted.org>
2022-02-09 17:20:43eric.smithlinkissue46693 messages
2022-02-09 17:20:42eric.smithcreate