Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
TASTE
uPython-mirror
Repository
uPython-mirror
tests
basics
python34.py
Find file
Blame
History
Permalink
tests: Add test for evaluation order of dictionary key/value pairs.
· 4fb5ff86
Damien George
authored
Oct 08, 2015
In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
4fb5ff86