merge 3.2

This commit is contained in:
Benjamin Peterson 2012-03-12 09:28:36 -07:00
commit 09b4bd03f6
2 changed files with 1 additions and 4 deletions

View file

@ -200,9 +200,6 @@ class AST_Tests(unittest.TestCase):
with self.assertRaises(AttributeError):
x.vararg
with self.assertRaises(AttributeError):
x.foobar = 21
with self.assertRaises(AttributeError):
ast.AST(lineno=2)