Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Repository
4fb5ff86eed74e7816f4126d5220830fcbb0a393
Switch branch/tag
uPython-mirror
tests
basics
python34.py.exp
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