Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
52386a66
Commit
52386a66
authored
22 years ago
by
Gustavo Niemeyer
Browse files
Options
Download
Email Patches
Plain Diff
Use "dictionary literals" instead of "dictionaries", as suggested by Just.
parent
30523b2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Misc/NEWS
Misc/NEWS
+3
-3
No files found.
Misc/NEWS
View file @
52386a66
...
...
@@ -331,9 +331,9 @@ Core and builtins
- sys.exit() inadvertently allowed more than one argument.
An exception will now be raised if more than one argument is used.
- Changed evaluation order of dictionar
ie
s to conform to the
general
left to right evaluation order rule. Now {f1(): f2()} will
evaluate
f1 first.
- Changed evaluation order of dictionar
y literal
s to conform to the
general
left to right evaluation order rule. Now {f1(): f2()} will
evaluate
f1 first.
Extension modules
-----------------
...
...
This diff is collapsed.
Click to expand it.
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