Message 386017 - Python tracker
Message386017
| 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 | <1612102171.98.0.0790445604866.issue43080@roundup.psfhosted.org> |
| 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:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, eric.smith, eric.snow, LewisGaul |
| 2021-01-31 14:09:31 | serhiy.storchaka | set | messageid: <1612102171.98.0.0790445604866.issue43080@roundup.psfhosted.org> |
| 2021-01-31 14:09:31 | serhiy.storchaka | link | issue43080 messages |
| 2021-01-31 14:09:31 | serhiy.storchaka | create | |