We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8a7b0 commit 168a9b9Copy full SHA for 168a9b9
1 file changed
Misc/NEWS.d/next/Library/2026-02-17-23-50-41.gh-issue-144749.sv3Ztr.rst
@@ -1,4 +1,3 @@
1
-Previously descriptors that return themselves from calls to ``__get__`` were
2
-treated as default values in a dataclass. Now, a ``TypeError`` is raised if no
3
-initial value is provided to the dataclass constructor.
4
-
+Previously, descriptors that return themselves from calls to :meth:`~object.__get__` were
+treated as default values in :mod:`dataclasses`. Now, a :exc:`TypeError` is raised if no
+initial value is provided to the :mod:`dataclass <dataclasses>` constructor.
0 commit comments