devguide
devguide copied to clipboard
Document env var style
In https://discuss.python.org/t/change-environment-variable-style/35180 we decided to use underscores in new environment variable names introduced in Python 3.13+.
For example, PYTHON_CPU_COUNT instead of PYTHONCPUCOUNT.
Let's document it somewhere in the devguide.