Kaydet (Commit) b37db00c authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

......@@ -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