]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH...
authorZackery Spytz <zspytz@gmail.com>
Mon, 5 Apr 2021 19:41:01 +0000 (13:41 -0600)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 19:41:01 +0000 (12:41 -0700)
commit75220674c07abfc90c2cd7862d04cfa2e2354450
tree7da8600bce2e46bd148120f8dc5044946fb6385a
parent14829b09eb652f457cf837836909169746a810f0
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867)

Co-Authored-By: Claudiu Popa <pcmanticore@gmail.com>
Automerge-Triggered-By: GH:ericvsmith
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2020-06-13-23-33-32.bpo-36470.oi6Kdb.rst [new file with mode: 0644]