micropython/tests/basics/python34.py.exp
Damien George 34f26ea862 tests: Allow tests to pass against CPython 3.5.
All breaking changes going from 3.4 to 3.5 are contained in
basics/python34.py.
2015-10-02 13:01:47 +01:00

8 lines
76 B
Plaintext

None
['a', 'b']
('a', 'b') {'kw_arg': None}
SyntaxError
SyntaxError
3.4
3 4