[docs] [issue29770] Executable help output (--help) at commandline is wrong for option -B

Wolfgang Langner report at bugs.python.org
Thu Mar 9 07:49:52 EST 2017


New submission from Wolfgang Langner:

The output for "python --help" for the option -B is wrong.
It contains also the old pyo files. But they were removed.

Output is:

-B     : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x

should be:

-B     : don't write .pyc files on import; also PYTHONDONTWRITEBYTECODE=x

----------
assignee: docs at python
components: Documentation
messages: 289287
nosy: docs at python, tds333
priority: normal
severity: normal
status: open
title: Executable help output (--help) at commandline is wrong for option -B
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29770>
_______________________________________


More information about the docs mailing list