Commit d6c4340f authored by Georg Brandl's avatar Georg Brandl

Add todo item about hash randomization.

parent f67e494c
...@@ -1100,6 +1100,8 @@ that may require changes to your code. ...@@ -1100,6 +1100,8 @@ that may require changes to your code.
Porting Python 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 * :issue:`12326`: On Linux, sys.platform doesn't contain the major version
anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending
on the Linux version used to build Python. Replace sys.platform == 'linux2' on the Linux version used to build Python. Replace sys.platform == 'linux2'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment