We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-R
1 parent 76aa2ab commit 8d60898Copy full SHA for 8d60898
Doc/using/cmdline.rst
@@ -366,8 +366,8 @@ Miscellaneous options
366
.. option:: -R
367
368
Turn on hash randomization. This option only has an effect if the
369
- :envvar:`PYTHONHASHSEED` environment variable is set to ``0``, since hash
370
- randomization is enabled by default.
+ :envvar:`PYTHONHASHSEED` environment variable is set to anything other
+ than ``random``, since hash randomization is enabled by default.
371
372
On previous versions of Python, this option turns on hash randomization,
373
so that the :meth:`~object.__hash__` values of str and bytes objects
0 commit comments