Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
30c825c7
Commit
30c825c7
authored
Mar 14, 2012
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
What's New in Python 3.3: Repeat the dict lookup change in Porting section
parent
ecc6e661
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+5
-0
No files found.
Doc/whatsnew/3.3.rst
View file @
30c825c7
...
...
@@ -1117,6 +1117,11 @@ Porting Python code
.. XXX add a point about hash randomization and that it's always on in 3.3
* :issue:`14205`: A dict lookup now raises a :exc:`RuntimeError` if the dict is
modified during the lookup. If you implement your own comparison function for
objects used as dict keys and the dict is shared by multiple threads, access
to the dict should be protected by a lock.
* :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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment