Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5ccdb commit 389e8c8Copy full SHA for 389e8c8
1 file changed
Doc/whatsnew/3.3.rst
@@ -1455,11 +1455,6 @@ Porting Python code
1455
1456
.. XXX add a point about hash randomization and that it's always on in 3.3
1457
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
-
1463
* :issue:`12326`: On Linux, sys.platform doesn't contain the major version
1464
anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending
1465
on the Linux version used to build Python. Replace sys.platform == 'linux2'
0 commit comments