]> granicus.if.org Git - python/commit
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 May 2018 13:01:51 +0000 (06:01 -0700)
committerGitHub <noreply@github.com>
Tue, 15 May 2018 13:01:51 +0000 (06:01 -0700)
commit5c7e079158db869c9ede1ac9b5b9735091d3ffb6
treea5111f7ef1d631828d1fa04aa9e5a542caf06db9
parent28ff86eff0f6b02e87138fb08b6028f4b19d4f04
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)

(cherry picked from commit 01abc6ec3a61769c55ee86834a432fb97801d28f)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py