Skip to content

Commit 1b91260

Browse files
committed
Add whatsnew entry, as per Alex Waygood's suggestion
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 61def2b commit 1b91260

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ tempfile
350350
The :class:`tempfile.NamedTemporaryFile` function has a new optional parameter
351351
*delete_on_close* (Contributed by Evgeny Zorin in :gh:`58451`.)
352352

353+
typing
354+
-----
355+
356+
* Add :func:`typing.override`, an override decorator telling to static type
357+
checkers to verify that a method overrides some method or attribute of the
358+
same name on a base class, as per :pep:698 (Contributed by Steven Troxler in
359+
:gh:`101564`).
360+
353361
sys
354362
---
355363

0 commit comments

Comments
 (0)