Skip to content
GitLab
Explore
Sign in
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
Loading