From: Victor Stinner Date: Fri, 15 Dec 2017 15:29:01 +0000 (+0100) Subject: bpo-32329: Add versionchanged to -R option doc (#4884) X-Git-Tag: v3.7.0a4~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=642d67b4f25262889b43f91ad2a96ca0e37fd5a2;p=python bpo-32329: Add versionchanged to -R option doc (#4884) --- 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