Message 305490 - Python tracker

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.

Content
On Nov 2, 2017, at 22:50, INADA Naoki <report@bugs.python.org> wrote:
> 
> When adding environment variable option, it should be documented in
> man page and `python -h`.

I thought about that, but the problem is that none of the -X options are documented in the —help output.  So do we only document the ones (e.g. importtime) that have an environment variable version, or do we now have to document them all?

I opted to document PYTHONPROFILEIMPORTTIME only in the cmdline documentation.