@@ -2849,6 +2849,9 @@ Functions and decorators
2849
2849
This wraps the decorator with something that wraps the decorated
2850
2850
function in :func: `no_type_check `.
2851
2851
2852
+ .. deprecated-removed :: 3.13 3.15
2853
+ No type checker ever added support for ``@no_type_check_decorator ``. It
2854
+ is therefore deprecated, and will be removed in Python 3.15.
2852
2855
2853
2856
.. decorator :: override
2854
2857
@@ -3648,18 +3651,20 @@ Certain features in ``typing`` are deprecated and may be removed in a future
3648
3651
version of Python. The following table summarizes major deprecations for your
3649
3652
convenience. This is subject to change, and not all deprecations are listed.
3650
3653
3651
- +----------------------------------+---------------+-------------------+----------------+
3652
- | Feature | Deprecated in | Projected removal | PEP/issue |
3653
- +==================================+===============+===================+================+
3654
- | ``typing `` versions of standard | 3.9 | Undecided | :pep: `585 ` |
3655
- | collections | | | |
3656
- +----------------------------------+---------------+-------------------+----------------+
3657
- | ``typing.ByteString `` | 3.9 | 3.14 | :gh: `91896 ` |
3658
- +----------------------------------+---------------+-------------------+----------------+
3659
- | ``typing.Text `` | 3.11 | Undecided | :gh: `92332 ` |
3660
- +----------------------------------+---------------+-------------------+----------------+
3661
- | ``typing.Hashable `` and | 3.12 | Undecided | :gh: `94309 ` |
3662
- | ``typing.Sized `` | | | |
3663
- +----------------------------------+---------------+-------------------+----------------+
3664
- | ``typing.TypeAlias `` | 3.12 | Undecided | :pep: `695 ` |
3665
- +----------------------------------+---------------+-------------------+----------------+
3654
+ +-------------------------------------+---------------+-------------------+----------------+
3655
+ | Feature | Deprecated in | Projected removal | PEP/issue |
3656
+ +=====================================+===============+===================+================+
3657
+ | ``typing `` versions of standard | 3.9 | Undecided | :pep: `585 ` |
3658
+ | collections | | | |
3659
+ +-------------------------------------+---------------+-------------------+----------------+
3660
+ | ``typing.ByteString `` | 3.9 | 3.14 | :gh: `91896 ` |
3661
+ +-------------------------------------+---------------+-------------------+----------------+
3662
+ | ``typing.Text `` | 3.11 | Undecided | :gh: `92332 ` |
3663
+ +-------------------------------------+---------------+-------------------+----------------+
3664
+ | ``typing.Hashable `` and | 3.12 | Undecided | :gh: `94309 ` |
3665
+ | ``typing.Sized `` | | | |
3666
+ +-------------------------------------+---------------+-------------------+----------------+
3667
+ | ``typing.TypeAlias `` | 3.12 | Undecided | :pep: `695 ` |
3668
+ +-------------------------------------+---------------+-------------------+----------------+
3669
+ | ``typing.no_type_check_decorator `` | 3.13 | 3.15 | :gh: `106309 ` |
3670
+ +-------------------------------------+---------------+-------------------+----------------+
0 commit comments