summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/python34.py
Commit message (Collapse)AuthorAge
* tests: Add test for evaluation order of dictionary key/value pairs.Damien George2015-10-08
| | | | | In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
* tests: Allow tests to pass against CPython 3.5.Damien George2015-10-02
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.