summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErik De Bonte <erikd@microsoft.com>2022-12-06 03:35:43 (GMT)
committerGitHub <noreply@github.com>2022-12-06 03:35:43 (GMT)
commit5c19050546e3e37a8889a0baa2954e1444e803d3 (patch)
treedd755d4d9f2b6b70c0e1ef0ffa0fd1811996da63 /Misc
parentbed15f87eadc726122185cf41efcdda289f4a7b1 (diff)
downloadcpython-5c19050546e3e37a8889a0baa2954e1444e803d3.zip
cpython-5c19050546e3e37a8889a0baa2954e1444e803d3.tar.gz
cpython-5c19050546e3e37a8889a0baa2954e1444e803d3.tar.bz2
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-12-03-05-58-48.gh-issue-99957.jLYYgN.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-03-05-58-48.gh-issue-99957.jLYYgN.rst b/Misc/NEWS.d/next/Library/2022-12-03-05-58-48.gh-issue-99957.jLYYgN.rst
new file mode 100644
index 0000000..4fd7b6b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-12-03-05-58-48.gh-issue-99957.jLYYgN.rst
@@ -0,0 +1 @@
+Add ``frozen_default`` parameter to :func:`typing.dataclass_transform`.