8000 Remove versioned executables from non-APPX packages (GH-15237) · python/cpython@c1aeb29 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1aeb29

Browse files
authored
Remove versioned executables from non-APPX packages (GH-15237)
1 parent 3e34a25 commit c1aeb29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PC/layout/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def in_build(f, dest="", new_name=None):
159159
yield from in_build("python_uwp.exe", new_name="python")
160160
yield from in_build("pythonw_uwp.exe", new_name="pythonw")
161161
else:
162-
yield from in_build("python.exe", new_name="python{}".format(VER_DOT))
163-
yield from in_build("pythonw.exe", new_name 4F9A ="pythonw{}".format(VER_DOT))
164-
# For backwards compatibility, but we don't reference these ourselves.
165162
yield from in_build("python.exe", new_name="python")
166163
yield from in_build("pythonw.exe", new_name="pythonw")
167164

0 commit comments

Comments
 (0)
0