tests: Add test for evaluation order of dictionary key/value pairs.
In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
Please register or sign in to comment
In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.