@@ -2849,6 +2849,9 @@ Functions and decorators
28492849 This wraps the decorator with something that wraps the decorated
28502850 function in :func: `no_type_check `.
28512851
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.
28522855
28532856.. decorator :: override
28542857
@@ -3648,18 +3651,20 @@ Certain features in ``typing`` are deprecated and may be removed in a future
36483651version of Python. The following table summarizes major deprecations for your
36493652convenience. This is subject to change, and not all deprecations are listed.
36503653
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