mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-133601: Remove deprecated typing.no_type_check_decorator (#133602)
This commit is contained in:
parent
a752f58d6b
commit
e09837fcbf
8 changed files with 8 additions and 66 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue