simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Oct 7 20:46:13 BST 2024
TL;DR:
9c4cadcc msifixup.py: replace pipes.quote with shlex.quote.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-10-07 20:46:13
commit 9c4cadccc2dc6244bc6bcfd866a0b2af472631c0
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=9c4cadccc2dc6244bc6bcfd866a0b2af472631c0;hp=eacf7ff79d24223f0dc1129734e0261b74b71a0d
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Oct 7 20:41:35 2024 +0100
msifixup.py: replace pipes.quote with shlex.quote.
Debian #1084583 points out that Python 3.13 is going to get rid of the
'pipes' module completely. shlex.quote has been available as a
replacement for ages.
(Not that Debian actually cares, since they don't re-run our wobbly
edifice of MSI build bodges! But thanks to some bug reporter for
pointing it out anyway.)
windows/msifixup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list