]> granicus.if.org Git - python/commit
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Jun 2018 15:04:01 +0000 (08:04 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Jun 2018 15:04:01 +0000 (08:04 -0700)
commitbbef7abe922edadc7a1679c19d6053240bf600d5
tree12ef3900638587c3aedab02dd2b6a0065bdf0d6d
parentefc6bf66a58e96c12116d65984ac69b0f36f85de
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)

(cherry picked from commit 3d70f7aef614c396f516b5fccedeebe98598714d)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2018-06-10-15-14-17.bpo-33805.5LAz5a.rst [new file with mode: 0644]