cpython/Misc/NEWS.d/next/Library/2023-04-29-20-49-13.gh-issu...

4 lines
197 B
ReStructuredText

Add :func:`warnings.deprecated`, a decorator to mark deprecated functions to
static type checkers and to warn on usage of deprecated classes and functions.
See :pep:`702`. Patch by Jelle Zijlstra.