This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tds333
Recipients docs@python, tds333
Date 2017-03-09.12:49:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489063792.65.0.00439171993212.issue29770@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-03-09 12:49:52tds333setrecipients: + tds333, docs@python
2017-03-09 12:49:52tds333setmessageid: <1489063792.65.0.00439171993212.issue29770@psf.upfronthosting.co.za>
2017-03-09 12:49:52tds333linkissue29770 messages
2017-03-09 12:49:52tds333create