ID EN
Built-in Exceptions

PendingDeprecationWarning

Python 3.11

Base class for warnings about features which are obsolete and expected to be deprecated in the future, but are not deprecated at the moment.

Syntax

PYTHON
exception PendingDeprecationWarning

See Also

DeprecationWarning Python Development Mode