We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb138c8 commit 980e76eCopy full SHA for 980e76e
1 file changed
Lib/test/test_exception_variations.py
@@ -294,8 +294,6 @@ def test_nested_exception_in_finally_with_exception(self):
294
self.assertTrue(hit_except)
295
296
297
-# TODO: RUSTPYTHON
298
-'''
299
class ExceptStarTestCases(unittest.TestCase):
300
def test_try_except_else_finally(self):
301
hit_except = False
@@ -571,7 +569,7 @@ def test_nested_else_mixed2(self):
571
569
self.assertFalse(hit_else)
572
570
self.assertTrue(hit_finally)
573
574
+
575
576
if __name__ == '__main__':
577
unittest.main()
0 commit comments