Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Sign up
Appearance settings

Commita150fee

Browse files
Remove versioned executables from non-APPX packages (GH-15237)
(cherry picked from commitc1aeb29)Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent2b98d8e commita150fee

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
yieldfromin_build("python_uwp.exe",new_name="python")
160160
yieldfromin_build("pythonw_uwp.exe",new_name="pythonw")
161161
else:
162-
yieldfromin_build("python.exe",new_name="python{}".format(VER_DOT))
163-
yieldfromin_build("pythonw.exe",new_name="pythonw{}".format(VER_DOT))
164-
# For backwards compatibility, but we don't reference these ourselves.
165162
yieldfromin_build("python.exe",new_name="python")
166163
yieldfromin_build("pythonw.exe",new_name="pythonw")
167164

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp