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

Add option -a to Tools/Scripts/pathfix.py script: add flags.
This commit is contained in:
PatrikKopkan 2019-09-25 14:26:28 +02:00 committed by Victor Stinner
parent 468f8a6ee0
commit 1dc1acbd73
3 changed files with 88 additions and 23 deletions

View file

@ -1 +1,2 @@
Add flag -k to pathscript.py script: preserve shebang flags.
Add option -k to pathscript.py script: preserve shebang flags.
Add option -a to pathscript.py script: add flags.