]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Apr 2021 20:07:38 +0000 (13:07 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 20:07:38 +0000 (16:07 -0400)
commit013c30e5fcee449cee63354d34585d6111782c82
treef820da2a47b1caed8ea5629528caab7113095033
parent82cd24a03c09b93ed0bce0ad7a670d2e97c282c6
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) (GH-25200)

Co-Authored-By: Claudiu Popa <pcmanticore@gmail.com>
Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit 75220674c07abfc90c2cd7862d04cfa2e2354450)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
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]