diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-12 09:28:36 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-12 09:28:36 -0700 |
commit | b5f6fa7a5600b53cd7dcf587f52a836223f6c945 (patch) | |
tree | 3350c04ba73e3fa505fde8c605160ab870e18c1e /Lib | |
parent | 03f3f46a5ec28c1ab475436245e6bd9b106dbb13 (diff) | |
parent | c415435a7c2686dcee4d53597df02bbb56fdaeff (diff) | |
download | cpython-b5f6fa7a5600b53cd7dcf587f52a836223f6c945.tar.gz |
merge 3.2
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_ast.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py index b809d24c00..e11246c66a 100644 --- a/Lib/test/test_ast.py +++ b/Lib/test/test_ast.py @@ -201,9 +201,6 @@ class AST_Tests(unittest.TestCase): x.vararg with self.assertRaises(AttributeError): - x.foobar = 21 - - with self.assertRaises(AttributeError): ast.AST(lineno=2) with self.assertRaises(TypeError): |