diff options
author | Georg Brandl <georg@python.org> | 2012-03-07 07:55:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-07 07:55:52 (GMT) |
commit | d6c4340f778c8c25efdcae6bde494dbef474ba91 (patch) | |
tree | c11df0b090f2dccbefd52632648c92a8bc82eb1d /Doc/whatsnew/3.3.rst | |
parent | f67e494ca8dfc72c0f812ed46c6a08ad3b9ddc24 (diff) | |
download | cpython-d6c4340f778c8c25efdcae6bde494dbef474ba91.zip cpython-d6c4340f778c8c25efdcae6bde494dbef474ba91.tar.gz cpython-d6c4340f778c8c25efdcae6bde494dbef474ba91.tar.bz2 |
Add todo item about hash randomization.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | 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 index 23048c5..2ecb8ce 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' |