]> granicus.if.org Git - python/commitdiff
Remove versioned executables from non-APPX packages (GH-15237)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Aug 2019 22:16:36 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2019 22:16:36 +0000 (15:16 -0700)
(cherry picked from commit c1aeb292d206e12b900dc4f7f816246c3a57c2ac)

Co-authored-by: Steve Dower <steve.dower@python.org>
PC/layout/main.py

index 07b7e6d57429718eeed54c7a441c4c5ef3ff667d..e59858196249af03de285e14055cec10296fc39f 100644 (file)
@@ -159,9 +159,6 @@ def get_layout(ns):
         yield from in_build("python_uwp.exe", new_name="python")
         yield from in_build("pythonw_uwp.exe", new_name="pythonw")
     else:
-        yield from in_build("python.exe", new_name="python{}".format(VER_DOT))
-        yield from in_build("pythonw.exe", new_name="pythonw{}".format(VER_DOT))
-        # For backwards compatibility, but we don't reference these ourselves.
         yield from in_build("python.exe", new_name="python")
         yield from in_build("pythonw.exe", new_name="pythonw")