Skip to content

Commit 9a9ef90

Browse files
committed
fix NEWS syntax
1 parent 42a6898 commit 9a9ef90

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
Fix two regressions in :mod:`dataclasses` related to annotations:
1+
Fix two regressions in :mod:`dataclasses` in Python 3.14.1 related to
2+
annotations.
23

3-
- An exception is no longer raised if ``slots=True`` is used and the
4+
* An exception is no longer raised if ``slots=True`` is used and the
45
``__init__`` method does not have an ``__annotate__`` attribute
56
(likely because ``init=False`` was used).
6-
- An exception is no longer raised if annotations are requested on the
7+
8+
* An exception is no longer raised if annotations are requested on the
79
``__init__`` method and one of the fields is not present in the class
810
annotations. This can occur in certain dynamic scenarios.
911

12+
Patch by Jelle Zijlstra.

0 commit comments

Comments
 (0)