]> granicus.if.org Git - python/commit
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
authorRuediger Pluem <r.pluem@gmx.de>
Fri, 11 Oct 2019 13:36:50 +0000 (15:36 +0200)
committerVictor Stinner <vstinner@python.org>
Fri, 11 Oct 2019 13:36:50 +0000 (15:36 +0200)
commit2b7dc40b2af6578181808ba73c1533fc114e55df
tree4d570ccad09538a1da458e8eb8c84730966455a3
parentcbb548130caf24275fa16100bccc537570cb46df
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.
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