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 serhiy.storchaka
Recipients LewisGaul, eric.smith, eric.snow, rhettinger, serhiy.storchaka
Date 2021-01-31.14:09:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
For all other classes we check that there is no user defined __repr__. But it is difficult to check this for dataclass or namedtuple because there is no base class for dataclasses or namedtuples which provides standard __repr__ implementation. All __repr__ for dataclasses and namedtuples are generated.

See issue7434.
History
Date User Action Args
2021-01-31 14:09:32serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.smith, eric.snow, LewisGaul
2021-01-31 14:09:31serhiy.storchakasetmessageid: <[email protected]>
2021-01-31 14:09:31serhiy.storchakalinkissue43080 messages
2021-01-31 14:09:31serhiy.storchakacreate