commit | 11159d2c9d6616497ef4cc62953a5c3cc8454afb | [log] [tgz] |
---|---|---|
author | Lewis Gaul <lewis.gaul@gmail.com> | Wed Apr 14 00:59:24 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Apr 13 19:59:24 2021 -0400 |
tree | 80c6de1f50ce31cbe76e4a6ab2398a95f8fb5c2f | |
parent | 695d47b51e3e197de5448a1eb2f618bef6d59ac8 [diff] |
bpo-43080: pprint for dataclass instances (GH-24389) * Added pprint support for dataclass instances which don't have a custom __repr__.