Skip to content

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

Open
tvogel wants to merge 1 commit into
xolox:masterfrom
tvogel:master
Open

Replace pipes.quote() with shlex.quote()#24
tvogel wants to merge 1 commit into
xolox:masterfrom
tvogel:master

Conversation

@tvogel

@tvogel tvogel commented Jun 27, 2025

Copy link
Copy Markdown

... as pipes was removed in Python 3.13.

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

Copy link
Copy Markdown

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

tvogel commented Jul 8, 2025

Copy link
Copy Markdown
Author

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...

@lucbouge

lucbouge commented Aug 2, 2025

Copy link
Copy Markdown

Thanks a lot for your instant answer and the tip.

applying @tvogel's pull request above let it work like a charm.

6b9c7f7

Regards, Luc.

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.

3 participants