From 34f26ea862d18c61a66f36f44277bb954bf36cd1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 2 Oct 2015 13:01:47 +0100 Subject: 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. --- tests/basics/python34.py.exp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/basics/python34.py.exp (limited to 'tests/basics/python34.py.exp') 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 -- cgit v1.2.3