Message362414
In the doc for `-X` options (https://docs.python.org/3/using/cmdline.html#id5), when an option can be triggered through an equivalent environment variable, that variable is mentioned.
An exception to that is `-X dev`, which can also be triggered by the PYTHONDEVMODE variable, but that isn't mentioned in the CLI doc.
Other missing environment variables in the CLI doc are PYTHONFAULTHANDLER and PYTHONTRACEMALLOC. |
|
Date |
User |
Action |
Args |
2020-02-21 16:57:39 | pitrou | set | recipients:
+ pitrou, vstinner, ezio.melotti, eric.araujo, docs@python, willingc, mdk |
2020-02-21 16:57:39 | pitrou | set | messageid: <1582304259.52.0.96230176724.issue39712@roundup.psfhosted.org> |
2020-02-21 16:57:39 | pitrou | link | issue39712 messages |
2020-02-21 16:57:39 | pitrou | create | |
|