]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add keyword-only fields to dataclasses. (GH=25608)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Mon, 26 Apr 2021 00:42:39 +0000 (20:42 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 00:42:39 +0000 (20:42 -0400)
commitc0280532dc8cab184a48c97e03e41cc8807f383d
treedaa3489cc4080666b4cb4eb1ffc6d815edbd61ae
parent7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7
Add keyword-only fields to dataclasses. (GH=25608)
Doc/library/dataclasses.rst
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2021-03-17-19-06-45.bpo-43532.W2Ntnm.rst [new file with mode: 0644]