gh-133601: Remove deprecated typing.no_type_check_decorator (#133602)

This commit is contained in:
sobolevn 2025-10-21 00:10:44 +03:00 committed by GitHub
parent a752f58d6b
commit e09837fcbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 66 deletions

View file

@ -3258,17 +3258,6 @@ Functions and decorators
``@no_type_check`` mutates the decorated object in place.
.. decorator:: no_type_check_decorator
Decorator to give another decorator the :func:`no_type_check` effect.
This wraps the decorator with something that wraps the decorated
function in :func:`no_type_check`.
.. deprecated-removed:: 3.13 3.15
No type checker ever added support for ``@no_type_check_decorator``. It
is therefore deprecated, and will be removed in Python 3.15.
.. decorator:: override
Decorator to indicate that a method in a subclass is intended to override a
@ -4114,10 +4103,6 @@ convenience. This is subject to change, and not all deprecations are listed.
- 3.12
- Undecided
- :pep:`695`
* - :func:`@typing.no_type_check_decorator <no_type_check_decorator>`
- 3.13
- 3.15
- :gh:`106309`
* - :data:`typing.AnyStr`
- 3.13
- 3.18