summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-04-05 08:54:24 (GMT)
committerGitHub <noreply@github.com>2019-04-05 08:54:24 (GMT)
commit176d26364bb67801fa522f52f20cbe44420d6942 (patch)
treefce0e97e857806e6e2f95573a00aef4b61baebdc /Doc/library/warnings.rst
parent2a4ce4387ff3e2b41c474e2b0522c8164162cafb (diff)
downloadcpython-176d26364bb67801fa522f52f20cbe44420d6942.zip
cpython-176d26364bb67801fa522f52f20cbe44420d6942.tar.gz
cpython-176d26364bb67801fa522f52f20cbe44420d6942.tar.bz2
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
Diffstat (limited to 'Doc/library/warnings.rst')
-rw-r--r--Doc/library/warnings.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index b04bd79..d121f32 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -109,11 +109,11 @@ The following warnings category classes are currently defined:
+----------------------------------+-----------------------------------------------+
.. versionchanged:: 3.7
- Previously :exc:`DeprecationWarning` and :exc:`FutureWarning` were
- distinguished based on whether a feature was being removed entirely or
- changing its behaviour. They are now distinguished based on their
- intended audience and the way they're handled by the default warnings
- filters.
+ Previously :exc:`DeprecationWarning` and :exc:`FutureWarning` were
+ distinguished based on whether a feature was being removed entirely or
+ changing its behaviour. They are now distinguished based on their
+ intended audience and the way they're handled by the default warnings
+ filters.
.. _warning-filter: