Skip to content

Replace pipes.quote() with shlex.quote() #24

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tvogel
Copy link

@tvogel tvogel commented Jun 27, 2025

... as pipes was removed in Python 3.13.

... as pipes was removed in Python 3.13.
@elementalvoid
Copy link

FYI, you are probably best to use something else (sh maybe). I have #22 open (maintains python 2.7 support) and someone else has #21 (basically the same as yours, python 3 only) open. @xolox has not responded to either -- it's been over a year for both.

I have finally given up and replaced executor with sh in my projects.

@tvogel
Copy link
Author

tvogel commented Jul 8, 2025

FYI, you are probably best to use something else (sh maybe). I have #22 open (maintains python 2.7 support) and someone else has #21 (basically the same as yours, python 3 only) open. @xolox has not responded to either -- it's been over a year for both.

I have finally given up and replaced executor with sh in my projects.

Yes, it's not looking good for his projects unfortunately. Problem is, I got into this because I am using his rotate-backups tool. So, yes, I could move this to something else but it is quite entangled with his framework plus, the maintenance problem is the same on that project...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants