[issue45742] python -h can't find -R option

STINNER Victor report at bugs.python.org
Sun Nov 14 05:18:17 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

If I understand correctly

https://docs.python.org/3.10/using/cmdline.html#cmdoption-R

"This option only has an effect if the PYTHONHASHSEED environment variable is set to 0"

should be replaced with:

"This option only has an effect if the PYTHONHASHSEED environment variable is set"

Is that correct?

Does someone want to write a PR for that?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45742>
_______________________________________


More information about the Python-bugs-list mailing list