You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Python 3.5 / GH-64943 / a0934b2, shutil.ExecError exceptions are not raised in any circumstances. I propose that we delete the ExecError class and remove it from __all__.
Feature or enhancement
As of Python 3.5 / GH-64943 / a0934b2,
shutil.ExecErrorexceptions are not raised in any circumstances. I propose that we delete theExecErrorclass and remove it from__all__.Linked PRs
shutil.ExecErrorinto a deprecated alias ofRuntimeError#123125