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
remove use of deprecated pipes module #12932
Conversation
pipes.quote is actually an alias to shlex.quote deprecated by PEP 594, to be removed in 3.10
Weird. Why is
|
LIkely because it lints all the differences since commit 60625f2, and the recently new version of black had a few changes. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
remove use of deprecated pipes module
Backport PR #12932: remove use of deprecated pipes module
pipes.quote is actually an alias to shlex.quote, so use its true name instead
pipes is (probably) deprecated by PEP 594, to be removed possibly in 3.10.