We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09dd8a commit ca27109Copy full SHA for ca27109
Doc/library/exceptions.rst
@@ -717,6 +717,8 @@ The following exceptions are used as warning categories; see the
717
(:pep:`565`). Enabling the :ref:`Python Development Mode <devmode>` shows
718
this warning.
719
720
+ The deprecation policy is described in :pep:`387`.
721
+
722
723
.. exception:: PendingDeprecationWarning
724
@@ -731,6 +733,8 @@ The following exceptions are used as warning categories; see the
731
733
Ignored by the default warning filters. Enabling the :ref:`Python
732
734
Development Mode <devmode>` shows this warning.
735
736
737
738
739
.. exception:: SyntaxWarning
740
0 commit comments