]> granicus.if.org Git - python/commit
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 May 2018 17:31:10 +0000 (10:31 -0700)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 17:31:10 +0000 (10:31 -0700)
commitceb45f0df87071319e6f73fb03e663ac39917daf
tree39f4c241da4044ed94d0e23ff8d76f2f09f4d0f2
parent050e041bf7e5260013a74c75a05a3f0fb16447ec
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798)

(cherry picked from commit 2473eea65d592a80a5362a00362738a33196aba1)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py
Misc/NEWS.d/next/Library/2018-05-14-10-29-03.bpo-33495.TeGTQJ.rst [new file with mode: 0644]