gh-123084: Turn shutil.ExecError into a deprecated alias of RuntimeError#123125
gh-123084: Turn shutil.ExecError into a deprecated alias of RuntimeError#123125barneygale merged 13 commits intopython:mainfrom
shutil.ExecError into a deprecated alias of RuntimeError#123125Conversation
Misc/NEWS.d/next/Library/2024-08-18-08-25-32.gh-issue-123084.rf8izX.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Library/2024-08-18-08-25-32.gh-issue-123084.rf8izX.rst
Outdated
Show resolved
Hide resolved
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Barney Gale <barney.gale@gmail.com>
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @barneygale: please review the changes made to this pull request. |
Misc/NEWS.d/next/Library/2024-08-18-08-25-32.gh-issue-123084.rf8izX.rst
Outdated
Show resolved
Hide resolved
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Barney Gale <barney.gale@gmail.com>
Co-authored-by: Barney Gale <barney.gale@gmail.com>
|
Thanks for the nits! I have made the requested changes; please review again |
|
Thanks for making the requested changes! @barneygale: please review the changes made to this pull request. |
|
There we go! @barneygale, lint is fixed. |
|
Thanks for this :) |
|
|
I doubt that's related. |
|
Looks like that test isn't as reliable as I thought. To avoid further spam, I'll shut down the Android buildbot until we get that sorted. |
cc @barneygale
I don't think this needs documentation updates or a "What's New" entry -- it wasn't documented in the first place.
shutil.ExecError#123084