mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #26638: Work around more CLI options that can’t be linked
* 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
This commit is contained in:
parent
5c67933940
commit
b8c5f54248
5 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue