|
Original |
Translation |
|
37
|
Print a short description of all command line options.
|
Imprima uma breve descrição de todas as opções de linha de comando.
|
|
38
|
Print the Python version number and exit. Example output could be::
|
Imprime o número da versão do Python e sai. Exemplo de saída pode ser::
|
|
39
|
|
|
|
40
|
|
|
|
41
|
|
42
|
If given, Python won't try to write ``.pyc`` or ``.pyo`` files on the import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`.
|
|
|
43
|
Turn on parser debugging output (for wizards only, depending on compilation options). See also :envvar:`PYTHONDEBUG`.
|
|
|
44
|
Ignore all :envvar:`PYTHON*` environment variables, e.g. :envvar:`PYTHONPATH` and :envvar:`PYTHONHOME`, that might be set.
|
|
|
45
|
When a script is passed as first argument or the :option:`-c` option is used, enter interactive mode after executing the script or the command, even when :data:`sys.stdin` does not appear to be a terminal. The :envvar:`PYTHONSTARTUP` file is not read.
|
|
|
46
|
This can be useful to inspect global variables or a stack trace when a script raises an exception. See also :envvar:`PYTHONINSPECT`.
|
|