ID EN
Built-in Exceptions

DeprecationWarning

Python 3.11

Base class for warnings about deprecated features when those warnings are intended for other Python developers.

Syntax

PYTHON
exception DeprecationWarning

See Also

Python Development Mode