diff options
author | Éric Araujo <merwok@netwok.org> | 2012-02-26 02:03:39 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-02-26 02:03:39 +0100 |
commit | 6d37c4e388c01252a646d319c2474828dd3def1d (patch) | |
tree | 984ec3d6bd4e1d41e39e52cec2660f271f5d7f6e | |
parent | 060b812a4bc9a3acb42d8edc0290f5e77126446f (diff) | |
download | cpython-git-6d37c4e388c01252a646d319c2474828dd3def1d.tar.gz |
Add versionadded for sys.flags.hash_randomization variable
-rw-r--r-- | Doc/library/sys.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 2cf3267cd0..691b30cff4 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -1,4 +1,3 @@ - :mod:`sys` --- System-specific parameters and functions ======================================================= @@ -291,6 +290,8 @@ always available. .. versionadded:: 2.6 + .. versionadded:: 2.7.3 + The ``hash_randomization`` attribute. .. data:: float_info |