-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pep-594: drop deprecated pipes module import
python3.11 will deprecated pipes module 3.13 will drop it from main. cloud-init only used the undocumented pipes.quote function, which is actually only wrapper around shlex.quote[1]. Use shlex.quote instead. [1] https://github.com/python/cpython/blob/3.11/Lib/pipes.py#L64-L66
- Loading branch information
1 parent
3b58835
commit 72949ee
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters