]> granicus.if.org Git - python/commit
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)
authorVictor Stinner <vstinner@redhat.com>
Wed, 25 Sep 2019 13:22:40 +0000 (15:22 +0200)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 13:22:40 +0000 (15:22 +0200)
commitc71c54c62600fd721baed3c96709e3d6e9c33817
tree034a81ed72ffb1bafc09d24b98d176b53c2d57b2
parent16cec136b75daf438080a5b6685d2679dfa406af
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)

* bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)

Add flag -k to pathscript.py script: preserve shebang flags.

(cherry picked from commit 50254ac4c179cb412e90682098c97db786143929)

* bpo-37064: Add option -a to pathfix.py tool (GH-15717)

Add option -a to Tools/Scripts/pathfix.py script: add flags.

(cherry picked from commit 1dc1acbd73f05f14c974b7ce1041787d7abef31e)
Lib/test/test_tools/test_pathfix.py [new file with mode: 0644]
Misc/NEWS.d/next/Tools-Demos/2019-05-27-15-26-12.bpo-37064.k_SPW2.rst [new file with mode: 0644]
Tools/scripts/pathfix.py