gh-149567: Remove deprecated shutil.ExecError#149568
Conversation
| self.x | ||
| from shutil import ExecError | ||
| print(ExecError) | ||
| from heapq import heapify_max |
There was a problem hiding this comment.
Turns out it was used somewhere after all! Technically this doesn't matter, but to avoid any potential confusion I changed it to something else.
I confirmed it still fails when 1561385 is reverted.
Documentation build overview
35 files changed ·
|
ZeroIntensity
left a comment
There was a problem hiding this comment.
LGTM. I believe #123125 was one of my earliest contributions, actually.
Just a heads-up: there are still some people using this. (See the search I referred to in the original deprecation issue.) I'm not super worried about it, considering we were emitting a warning, but it's definitely worth noting.
|
shutil.ExecError#149567