]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuple...
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Fri, 14 Sep 2018 15:32:16 +0000 (11:32 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Sep 2018 15:32:16 +0000 (11:32 -0400)
commit9b9d97dd139a799d28ff8bc90d118b1cac190b03
treebfd25599bae88aa025341eb7aceba972185c6af8
parent73820a60cc3c990abb351540ca27bf7689bce8ac
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-09-10-21-09-34.bpo-34363.YuSb0T.rst [new file with mode: 0644]