]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Oct 2019 13:56:49 +0000 (06:56 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2019 13:56:49 +0000 (06:56 -0700)
commit73665b41470532f873315d5ae39906160192320d
treeac1ca7f06f47d3518d5c4eaa6d13a3c8b2149e45
parent380eb427ddd067042539d5d5f2b7f88a7183801c
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)

 pathfix.py: Assume all files that end on '.py' are Python scripts when working recursively.
(cherry picked from commit 2b7dc40b2af6578181808ba73c1533fc114e55df)

Co-authored-by: Ruediger Pluem <r.pluem@gmx.de>
Lib/test/test_tools/test_pathfix.py
Misc/NEWS.d/next/Tools-Demos/2019-10-02-09-48-42.bpo-38347.2Tq5D1.rst [new file with mode: 0644]
Tools/scripts/pathfix.py