[Python-checkins] cpython (2.7): Add versionadded for sys.flags.hash_randomization variable

eric.araujo python-checkins at python.org
Sun Feb 26 03:49:22 CET 2012


http://hg.python.org/cpython/rev/26a4cb0ff7c0
changeset:   75279:26a4cb0ff7c0
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Feb 26 02:03:39 2012 +0100
summary:
  Add versionadded for sys.flags.hash_randomization variable

files:
  Doc/library/sys.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- 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 @@
 
    .. versionadded:: 2.6
 
+   .. versionadded:: 2.7.3
+      The ``hash_randomization`` attribute.
 
 .. data:: float_info
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list