Open jimbobbennett opened 1 month ago
In the bug report we ask for the users Python version, and give the hint python -V.
python -V
This is potentially confusing, as if you run python -v (lower case), you get weird things happening and end up in the interpreter.
python -v
To avoid confusion, we should change this to python --version
python --version
In the bug report we ask for the users Python version, and give the hint
python -V
.This is potentially confusing, as if you run
python -v
(lower case), you get weird things happening and end up in the interpreter.To avoid confusion, we should change this to
python --version