From: Berker Peksag Date: Sat, 11 Nov 2017 14:55:05 +0000 (+0300) Subject: Remove redundant 'exc = True' line (GH-4357) X-Git-Tag: v3.7.0a3~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c9da3e5ba060463b661da58ec3fe6beedce5566;p=python Remove redundant 'exc = True' line (GH-4357) It can be removed after https://github.com/python/peps/commit/c28890fb421c906241da6da718f9eacc5a3109ee --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 4b425a4820..dca9362400 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: