From c589ae86faebedc5cb1cd15264f390dde3c6d8d5 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 15 Dec 2017 15:59:57 +0100 Subject: [PATCH] bpo-32329: Add versionchanged to -R option doc --- Doc/using/cmdline.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 598eb2583d3c236..3915f336a5ab2ce 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