-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
tools: make use of modern syntax in tools/install.py
#58167
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
base: main
Are you sure you want to change the base?
Conversation
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.
This removes AIX and z/OS code.
Shouldn't it be the other way around? If there's a reason not to do this, you should be the one letting us know given you're the one suggesting the change. It's a very large change hard to review, and it's unclear what we get out of it. |
I've simplified. To clarify, my goal was to make this use pathlib, f-strings, a similar. |
From my perspective, this file relies on a few outdated practices:
pathlib
If there is a reason for these outdated practices, feel free to let me know :-)