Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.13] Doc: Recommend shlex.quote alongside pipes removal (pythonGH-1…
…26570) (python#126820) Doc: Recommend shlex.quote alongside pipes removal (pythonGH-126570) One of the most common reasons I see the old `pipes` module still in use when porting to Python 3.13 is for the undocumented `pipes.quote` function, which can easily be replaced with `shlex.quote`. I think it's worth specifically calling this out, since being directed to the `subprocess` module would be confusing in this case. (cherry picked from commit 73e34b6) Co-authored-by: Colin Watson <[email protected]>
- Loading branch information