]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
authorTiger <tnie@tuta.io>
Fri, 7 Oct 2022 00:11:59 +0000 (19:11 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 00:11:59 +0000 (17:11 -0700)
commitc46a423a520b797c3f8c81fef19293864742755d
tree4161491118c43d512c4409df9f40e28657f74c87
parenta4b7794887929f82c532fcd055326954ff1197ce
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2022-03-22-18-28-55.bpo-35540.nyijX9.rst [new file with mode: 0644]