Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Add test for evaluation order of dictionary key/value pairs. | Damien George | 2015-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 George | 2015-10-02 |
All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py. |