summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2022-10-04 16:53:28 (GMT)
committerGitHub <noreply@github.com>2022-10-04 16:53:28 (GMT)
commit4f380db1a539bf7ae157d1e0791b5ac3fecfcf01 (patch)
treed4487b0655da08981e897e9fe1e4d904c5eb0c58 /Misc
parent53503ff60e9a4727af0d9a1096418675e72a0fae (diff)
downloadcpython-4f380db1a539bf7ae157d1e0791b5ac3fecfcf01.zip
cpython-4f380db1a539bf7ae157d1e0791b5ac3fecfcf01.tar.gz
cpython-4f380db1a539bf7ae157d1e0791b5ac3fecfcf01.tar.bz2
gh-96142: add missing params to `dataclass._DataclassParams` (gh-96382)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-29-12-49-30.gh-issue-96142.PdCMez.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-08-29-12-49-30.gh-issue-96142.PdCMez.rst b/Misc/NEWS.d/next/Library/2022-08-29-12-49-30.gh-issue-96142.PdCMez.rst
new file mode 100644
index 0000000..43d1c3d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-29-12-49-30.gh-issue-96142.PdCMez.rst
@@ -0,0 +1,2 @@
+Add ``match_args``, ``kw_only``, ``slots``, and ``weakref_slot`` to
+``_DataclassParams``.