diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-02 13:01:47 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-02 13:01:47 +0100 |
commit | 34f26ea862d18c61a66f36f44277bb954bf36cd1 (patch) | |
tree | 12b20d3fd619dfb564ee5f1c347e30a646ea4e1a /tests/basics/python34.py.exp | |
parent | 9e0a3d46b6eb176a3450d565c9e172eb22f9c8dc (diff) |
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.
Diffstat (limited to 'tests/basics/python34.py.exp')
-rw-r--r-- | tests/basics/python34.py.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basics/python34.py.exp b/tests/basics/python34.py.exp new file mode 100644 index 000000000..078c3fbb7 --- /dev/null +++ b/tests/basics/python34.py.exp @@ -0,0 +1,7 @@ +None +['a', 'b'] +('a', 'b') {'kw_arg': None} +SyntaxError +SyntaxError +3.4 +3 4 |