Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import error on Python 3.13 (#684)
Rework `escape_param` to work on Python 3.13. One of `shlex.quote` or `pipes.quote` exists on all Python versions (back to Python 0.9.8!), so the fallback code for systems that have neither is unnecessary.
- Loading branch information