From b8c5f54248369ff89575c1416a98e13e718a4aa4 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 30 Oct 2016 04:20:23 +0000 Subject: =?UTF-8?q?Issue=20#26638:=20Work=20around=20more=20CLI=20options?= =?UTF-8?q?=20that=20can=E2=80=99t=20be=20linked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3 --- Doc/using/cmdline.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/using') diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 7b42da2dba..611779618e 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -313,6 +313,7 @@ Miscellaneous options See also :envvar:`PYTHONVERBOSE`. +.. _using-on-warnings: .. cmdoption:: -W arg Warning control. Python's warning machinery by default prints warning -- cgit v1.2.1