]> granicus.if.org Git - python/commit
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 May 2018 23:57:30 +0000 (16:57 -0700)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 23:57:30 +0000 (16:57 -0700)
commitb57aeac82ce6ee3d64cef3b6f7e9f9f2d7813f70
tree48e05eb977004fb4faf4610e48722383af7e07db
parent3b26e8cab738bec05e7e5178a390b9b4b7f208b6
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)

(cherry picked from commit 3059042410dce69806b94be72d5c8055d616f3a3)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py
f.py [new file with mode: 0644]
j.py [new file with mode: 0644]
t.py [new file with mode: 0644]
x.py [new file with mode: 0644]