summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-12 16:28:36 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-03-12 16:28:36 (GMT)
commit09b4bd03f6fcb0c30a1e7bcc07e3647b6da6d410 (patch)
tree6bbaa9a855d37878a0a83aebc12f6969367683ed /Lib
parentb69ef16fe63e6de91c5d659bd83d9eff67b38d98 (diff)
parent800b3aa57f073403ed2b64c49058e9b88ba582d3 (diff)
downloadcpython-09b4bd03f6fcb0c30a1e7bcc07e3647b6da6d410.zip
cpython-09b4bd03f6fcb0c30a1e7bcc07e3647b6da6d410.tar.gz
cpython-09b4bd03f6fcb0c30a1e7bcc07e3647b6da6d410.tar.bz2
merge 3.2
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_ast.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py
index b809d24..e11246c 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):