[Python-checkins] cpython: Add todo item about hash randomization.

georg.brandl python-checkins at python.org
Wed Mar 7 08:51:49 CET 2012


http://hg.python.org/cpython/rev/b8be6ac4395d
changeset:   75465:b8be6ac4395d
user:        Georg Brandl <georg at python.org>
date:        Wed Mar 07 08:55:52 2012 +0100
summary:
  Add todo item about hash randomization.

files:
  Doc/whatsnew/3.3.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1100,6 +1100,8 @@
 Porting Python code
 -------------------
 
+.. XXX add a point about hash randomization and that it's always on in 3.3
+
 * :issue:`12326`: On Linux, sys.platform doesn't contain the major version
   anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending
   on the Linux version used to build Python. Replace sys.platform == 'linux2'

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


More information about the Python-checkins mailing list