]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added kw_only parameter to make_dataclasses. (GH-29679)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Nov 2021 23:46:56 +0000 (15:46 -0800)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 23:46:56 +0000 (15:46 -0800)
commitcf8c8788c904cce68b0ab1d39900483f50983301
treecc9a5b38099b834c19fc244c9d79690de8700ad7
parent3528df12581e8ccf3fae6d25bd9687ae55424398
Added kw_only parameter to make_dataclasses. (GH-29679)

(cherry picked from commit f7638dd0f90b2afd9295ee179119f4a29859953a)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py
Lib/test/test_dataclasses.py
Misc/NEWS.d/next/Library/2021-11-20-17-04-25.bpo-45803.wSgFOy.rst [new file with mode: 0644]