PEP 492: Remove redundant 'exc = True' line
This commit is contained in:
parent
1319142c68
commit
cd78f23196
|
@ -387,7 +387,6 @@ which is semantically equivalent to::
|
|||
mgr = (EXPR)
|
||||
aexit = type(mgr).__aexit__
|
||||
aenter = type(mgr).__aenter__(mgr)
|
||||
exc = True
|
||||
|
||||
VAR = await aenter
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue