From ca27109c17dfe96dab5a6e5ff84badfea4c62f21 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 2 Sep 2021 08:14:11 -0700 Subject: [doc] Link to deprecation policy PEP from the DeprecationWarning documentation (GH-28123) (GH-28124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a7ef15aae8608560bffeeaba412c10e52cab07dd) Co-authored-by: Ɓukasz Langa --- Doc/library/exceptions.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 85cd193..88ce684 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -717,6 +717,8 @@ The following exceptions are used as warning categories; see the (:pep:`565`). Enabling the :ref:`Python Development Mode ` shows this warning. + The deprecation policy is described in :pep:`387`. + .. exception:: PendingDeprecationWarning @@ -731,6 +733,8 @@ The following exceptions are used as warning categories; see the Ignored by the default warning filters. Enabling the :ref:`Python Development Mode ` shows this warning. + The deprecation policy is described in :pep:`387`. + .. exception:: SyntaxWarning -- cgit v0.12