.. _deprecated-attribute: deprecated-attribute / W4906 ============================ **Message emitted:** ``Using deprecated attribute %r`` **Description:** *The attribute is marked as deprecated and will be removed in the future.* **Problematic code:** .. literalinclude:: /data/messages/d/deprecated-attribute/bad.py :language: python **Correct code:** .. literalinclude:: /data/messages/d/deprecated-attribute/good.py :language: python **Additional details:** The actual replacement needs to be studied on a case by case basis by reading the deprecation warning or the release notes. Created by the `stdlib `__ checker.