summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-12-15 16:29:01 +0100
committerGitHub <noreply@github.com>2017-12-15 16:29:01 +0100
commit642d67b4f25262889b43f91ad2a96ca0e37fd5a2 (patch)
tree2e733687ec1431dc837a319c9e37d1e7b5062b01 /Doc/using
parent3327a2ddf1eaf8cc678f0219ba9edf7d632d1b20 (diff)
downloadcpython-git-642d67b4f25262889b43f91ad2a96ca0e37fd5a2.tar.gz
bpo-32329: Add versionchanged to -R option doc (#4884)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 598eb2583d..3915f336a5 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -295,6 +295,9 @@ Miscellaneous options
:envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash
seed secret.
+ .. versionchanged:: 3.7
+ The option is no longer ignored.
+
.. versionadded:: 3.2.3