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

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 0710d754255e731e6fcc3f206b51db6156da17c8 by Xiang Zhang in branch 'master': bpo-29770: remove outdated PYO related info (GH-590) https://github.com/python/cpython/commit/0710d754255e731e6fcc3f206b51db6156da17c8 --

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

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset 16416c22f9b8d9e067506d3a98f661756c80389c by Xiang Zhang in branch '3.6': bpo-29770: remove outdated PYO related info (GH-590) (GH-612) https://github.com/python/cpython/commit/16416c22f9b8d9e067506d3a98f661756c80389c --

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

2017-03-24 Thread Xiang Zhang
Xiang Zhang added the comment: New changeset ce222c87706b1062f7fc03867d1867aa4848dd7b by Xiang Zhang in branch '3.5': bpo-29770: remove outdated PYO related info (GH-590) (GH-613) https://github.com/python/cpython/commit/ce222c87706b1062f7fc03867d1867aa4848dd7b -- nosy: +xiang.zhang

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

2017-03-13 Thread Wolfgang Langner
Wolfgang Langner added the comment: Thanks for fixing this so fast. Good work. -- ___ Python tracker ___ ___

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

2017-03-10 Thread Xiang Zhang
Changes by Xiang Zhang : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

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

2017-03-10 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +506 ___ Python tracker ___ ___ Python-bugs-list

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

2017-03-10 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +505 ___ Python tracker ___ ___ Python-bugs-list

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

2017-03-09 Thread Xiang Zhang
Changes by Xiang Zhang : -- pull_requests: +486 ___ Python tracker ___ ___ Python-bugs-list

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

2017-03-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +brett.cannon ___ Python tracker ___ ___

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

2017-03-09 Thread Wolfgang Langner
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