summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRuediger Pluem <r.pluem@gmx.de>2019-10-11 13:36:50 (GMT)
committerVictor Stinner <vstinner@python.org>2019-10-11 13:36:50 (GMT)
commit2b7dc40b2af6578181808ba73c1533fc114e55df (patch)
tree4d570ccad09538a1da458e8eb8c84730966455a3 /Misc
parentcbb548130caf24275fa16100bccc537570cb46df (diff)
downloadcpython-2b7dc40b2af6578181808ba73c1533fc114e55df.zip
cpython-2b7dc40b2af6578181808ba73c1533fc114e55df.tar.gz
cpython-2b7dc40b2af6578181808ba73c1533fc114e55df.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2019-10-02-09-48-42.bpo-38347.2Tq5D1.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2019-10-02-09-48-42.bpo-38347.2Tq5D1.rst b/Misc/NEWS.d/next/Tools-Demos/2019-10-02-09-48-42.bpo-38347.2Tq5D1.rst
new file mode 100644
index 0000000..ae64a31
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2019-10-02-09-48-42.bpo-38347.2Tq5D1.rst
@@ -0,0 +1 @@
+pathfix.py: Assume all files that end on '.py' are Python scripts when working recursively.