From 9a7de133379d8c07fdcf109232a762acbd81c4d6 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 10 Nov 2017 01:25:29 +0300 Subject: [PATCH] Remove redundant 'exc = True' line It can be removed after https://github.com/python/peps/commit/c28890fb421c906241da6da718f9eacc5a3109ee --- Doc/reference/compound_stmts.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 4b425a482096b1..dca9362400455c 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -773,7 +773,6 @@ Is semantically equivalent to:: mgr = (EXPR) aexit = type(mgr).__aexit__ aenter = type(mgr).__aenter__(mgr) - exc = True VAR = await aenter try: