]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added kw_only parameter to make_dataclasses. (GH-29679)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Sat, 20 Nov 2021 23:25:56 +0000 (18:25 -0500)
committerGitHub <noreply@github.com>
Sat, 20 Nov 2021 23:25:56 +0000 (18:25 -0500)
commitf7638dd0f90b2afd9295ee179119f4a29859953a
tree04bc6976b2408dad7095e71128f0ec57060f6f10
parentfdc0e09c3316098b038996c428e88931f0a4fcdb
Added kw_only parameter to make_dataclasses. (GH-29679)
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]