From: Georg Brandl Date: Wed, 7 Mar 2012 07:55:52 +0000 (+0100) Subject: Add todo item about hash randomization. X-Git-Tag: v3.3.0a2~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6c4340f778c8c25efdcae6bde494dbef474ba91;p=thirdparty%2FPython%2Fcpython.git Add todo item about hash randomization. --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 23048c587cd8..2ecb8ce5f159 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1100,6 +1100,8 @@ that may require changes to your code. 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'