Remove versioned executables from non-APPX packages (GH-15237)
authorSteve Dower <steve.dower@python.org>
Mon, 12 Aug 2019 21:56:39 +0000 (14:56 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2019 21:56:39 +0000 (14:56 -0700)
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")