Skip to content

Commit 7c9da3e

Browse files
authored
Remove redundant 'exc = True' line (pythonGH-4357)
It can be removed after python/peps@c28890f
1 parent bba2239 commit 7c9da3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ Is semantically equivalent to::
773773
mgr = (EXPR)
774774
aexit = type(mgr).__aexit__
775775
aenter = type(mgr).__aenter__(mgr)
776-
exc = True
777776

778777
VAR = await aenter
779778
try:

0 commit comments

Comments
 (0)