8000 gh-125729: Makes the presence of the :mod:`turtle` module dependent on the Tcl/Tk installer option. by CoderTCY · Pull Request #126176 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-125729: Makes the presence of the :mod:turtle module dependent on the Tcl/Tk installer option. #126176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 19, 2024
Prev Previous commit
Next Next commit
Update lib.wixproj
  • Loading branch information
CoderTCY authored Oct 31, 2024
commit 59343468cbddb8783fdb25649fc60a82686f075a
4 changes: 2 additions & 2 deletions Tools/msi/lib/lib.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<EmbeddedResource Include="*.wxl" />
</ItemGroup>
<ItemGroup>
<ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" />
<ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo;Lib\turtle.py" />
<InstallFiles Include="$(PySourcePath)Lib\**\*"
Exclude="$(PySourcePath)Lib\**\*.pyc;
$(PySourcePath)Lib\**\*.pyo;
Expand All @@ -32,4 +32,4 @@
</ItemGroup>

<Import Project="..\msi.targets" />
</Project>
</Project>
Loading
0