Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61a4161

Browse files
committed
merge 3.2
2 parents 6645f7e + ef87f06 commit 61a4161

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Lib/test/test_ast.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ def test_AST_objects(self):
200200
with self.assertRaises(AttributeError):
201201
x.vararg
202202

203-
with self.assertRaises(AttributeError):
204-
ast.AST(lineno=2)
205-
206203
with self.assertRaises(TypeError):
207204
# "_ast.AST constructor takes 0 positional arguments"
208205
ast.AST(2)

0 commit comments

Comments
 (0)