Index: Lib/lib2to3/tests/data/py2_test_grammar.py =================================================================== --- Lib/lib2to3/tests/data/py2_test_grammar.py (revision 79940) +++ Lib/lib2to3/tests/data/py2_test_grammar.py (working copy) @@ -933,12 +933,6 @@ pass with manager() as (x, y): pass - with manager(), manager(): - pass - with manager() as x, manager() as y: - pass - with manager() as x, manager(): - pass def testIfElseExpr(self): # Test ifelse expressions in various cases