Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6c4340

Browse files
committed
Add todo item about hash randomization.
1 parent f67e494 commit d6c4340

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,8 @@ that may require changes to your code.
11001100
Porting Python code
11011101
-------------------
11021102

1103+
.. XXX add a point about hash randomization and that it's always on in 3.3
1104+
11031105
* :issue:`12326`: On Linux, sys.platform doesn't contain the major version
11041106
anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending
11051107
on the Linux version used to build Python. Replace sys.platform == 'linux2'

0 commit comments

Comments
 (0)