-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-112645: remove deprecation warning for use of onerror in shutil.rmtree #112659
Conversation
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onexc
also can be deprecated soon. I am planning to add an error handler with different interface.
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @iritkatriel, I could not cleanly backport this to
|
…til.rmtree (python#112659) (cherry picked from commit 97857ac)
GH-112665 is a backport of this pull request to the 3.12 branch. |
Fixes #112645.
📚 Documentation preview 📚: https://cpython-previews--112659.org.readthedocs.build/