summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-16 07:36:08 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-16 07:36:08 (GMT)
commitd3aeb9b797a6a122c27be5649cbc25e26857109b (patch)
treeab26ba804351595db15b9a0cc3de92ce4c195f69 /Doc/library/warnings.rst
parentf7ee9c21080015e1ce7d79229de992d8ca1de899 (diff)
parent00ccacc8db8194f15d8af26b788ec36314b990d1 (diff)
downloadcpython-d3aeb9b797a6a122c27be5649cbc25e26857109b.zip
cpython-d3aeb9b797a6a122c27be5649cbc25e26857109b.tar.gz
cpython-d3aeb9b797a6a122c27be5649cbc25e26857109b.tar.bz2
Issue #26638: Merge link fixes from 3.5
Diffstat (limited to 'Doc/library/warnings.rst')
-rw-r--r--Doc/library/warnings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 4fec365..2bd11a6 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -265,7 +265,7 @@ Updating Code For New Versions of Python
Warnings that are only of interest to the developer are ignored by default. As
such you should make sure to test your code with typically ignored warnings
-made visible. You can do this from the command-line by passing :option:`-Wd`
+made visible. You can do this from the command-line by passing :option:`-Wd <-W>`
to the interpreter (this is shorthand for :option:`-W default`). This enables
default handling for all warnings, including those that are ignored by default.
To change what action is taken for encountered warnings you simply change what