Commit b37db00c authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

parents 9df8874b 68b543aa
......@@ -308,7 +308,7 @@ class AST_Tests(unittest.TestCase):
self.assertEqual(x.left, n1)
self.assertEqual(x.op, addop)
self.assertEqual(x.right, n3)
x = ast.BinOp(1, 2, 3)
self.assertEqual(x.left, 1)
self.assertEqual(x.op, 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment