documented. Left -V undocumented for now (and -U was already undocumented).
When invoking Python, you may specify any of these options::
- python [-dEiOQsStuUvxX3?] [-c command | -m module-name | script | - ] [args]
+ python [-BdEiOQsStuUvVWxX3?] [-c command | -m module-name | script | - ] [args]
The most common use case is, of course, a simple invocation of a script::
:mod:`warnings` module.
The simplest form of argument is one of the following action strings (or a
- unique abbreviation):
+ unique abbreviation) by themselves:
``ignore``
Ignore all warnings.
.. note:: The line numbers in error messages will be off by one.
+.. XXX document -X?
+
.. cmdoption:: -3