-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add distutils
to deprecated modules
#5864
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
Add distutils
to deprecated modules
#5864
Conversation
Pull Request Test Coverage Report for Build 1948192654
💛 - Coveralls |
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.
Maybe we could add the deprecated functions and disable the deprecation in our own code temporarily in 2.13 and then refactor the code later in 2.14 ? I'm not super confident in the change to the import checker right now.
Sounds good to me, I agree there's no reason to rush in something under the wire that might be sensitive. |
Type of Changes
Description
distutils
was deprecated in Python 3.10. Adding it (and some other tiny methods and decorators that were missed) to the list of deprecations.