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

Skip to content

Commit 389e8c8

Browse files
committed
Remove outdated statement.
1 parent 1d5ccdb commit 389e8c8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,11 +1455,6 @@ Porting Python code
14551455

14561456
.. XXX add a point about hash randomization and that it's always on in 3.3
14571457
1458-
* :issue:`14205`: A dict lookup now raises a :exc:`RuntimeError` if the dict is
1459-
modified during the lookup. If you implement your own comparison function for
1460-
objects used as dict keys and the dict is shared by multiple threads, access
1461-
to the dict should be protected by a lock.
1462-
14631458
* :issue:`12326`: On Linux, sys.platform doesn't contain the major version
14641459
anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending
14651460
on the Linux version used to build Python. Replace sys.platform == 'linux2'

0 commit comments

Comments
 (0)