diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-12-15 15:29:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 15:29:01 (GMT) |
commit | 642d67b4f25262889b43f91ad2a96ca0e37fd5a2 (patch) | |
tree | 2e733687ec1431dc837a319c9e37d1e7b5062b01 /Doc | |
parent | 3327a2ddf1eaf8cc678f0219ba9edf7d632d1b20 (diff) | |
download | cpython-642d67b4f25262889b43f91ad2a96ca0e37fd5a2.zip cpython-642d67b4f25262889b43f91ad2a96ca0e37fd5a2.tar.gz cpython-642d67b4f25262889b43f91ad2a96ca0e37fd5a2.tar.bz2 |
bpo-32329: Add versionchanged to -R option doc (#4884)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/cmdline.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 598eb25..3915f33 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 |