summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-20 23:46:56 (GMT)
committerGitHub <noreply@github.com>2021-11-20 23:46:56 (GMT)
commitcf8c8788c904cce68b0ab1d39900483f50983301 (patch)
treecc9a5b38099b834c19fc244c9d79690de8700ad7 /Misc/NEWS.d
parent3528df12581e8ccf3fae6d25bd9687ae55424398 (diff)
downloadcpython-cf8c8788c904cce68b0ab1d39900483f50983301.zip
cpython-cf8c8788c904cce68b0ab1d39900483f50983301.tar.gz
cpython-cf8c8788c904cce68b0ab1d39900483f50983301.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2021-11-20-17-04-25.bpo-45803.wSgFOy.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-11-20-17-04-25.bpo-45803.wSgFOy.rst b/Misc/NEWS.d/next/Library/2021-11-20-17-04-25.bpo-45803.wSgFOy.rst
new file mode 100644
index 0000000..77479d7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-11-20-17-04-25.bpo-45803.wSgFOy.rst
@@ -0,0 +1 @@
+Added missing kw_only parameter to dataclasses.make_dataclass().