We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61def2b commit 1b91260Copy full SHA for 1b91260
Doc/whatsnew/3.12.rst
@@ -350,6 +350,14 @@ tempfile
350
The :class:`tempfile.NamedTemporaryFile` function has a new optional parameter
351
*delete_on_close* (Contributed by Evgeny Zorin in :gh:`58451`.)
352
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
361
sys
362
---
363
0 commit comments