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)
|
mgr = (EXPR)
|
||||||
aexit = type(mgr).__aexit__
|
aexit = type(mgr).__aexit__
|
||||||
aenter = type(mgr).__aenter__(mgr)
|
aenter = type(mgr).__aenter__(mgr)
|
||||||
exc = True
|
|
||||||
|
|
||||||
VAR = await aenter
|
VAR = await aenter
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue