]> granicus.if.org Git - python/commit
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Mon, 14 May 2018 21:16:52 +0000 (17:16 -0400)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 21:16:52 +0000 (17:16 -0400)
commit3059042410dce69806b94be72d5c8055d616f3a3
treec5159a0e2b608d32526b74d92ea0d53f8079cf98
parent00717a46a120dd8c8c74970fd75d201a5f42ab18
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
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]