mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
merge 3.2
This commit is contained in:
commit
61a4161de4
1 changed files with 0 additions and 3 deletions
|
|
@ -200,9 +200,6 @@ class AST_Tests(unittest.TestCase):
|
|||
with self.assertRaises(AttributeError):
|
||||
x.vararg
|
||||
|
||||
with self.assertRaises(AttributeError):
|
||||
ast.AST(lineno=2)
|
||||
|
||||
with self.assertRaises(TypeError):
|
||||
# "_ast.AST constructor takes 0 positional arguments"
|
||||
ast.AST(2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue