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 Misc/NEWS.d/next/Windows/2024-10-31-09-46-53.gh-issue-125729.K…
…dKVLa.rst

Co-authored-by: Daniel Hollas <danekhollas@gmail.com>
  • Loading branch information
CoderTCY and danielhollas authored Nov 6, 2024
commit d7da6b8919fbfea55cbe340934cff9e2a8976668
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add turtle.py into Tcl/Tk installation option
Mention the turtle module in Tcl/Tk installation option in Windows installer. Exclude turtle.py from stdlib if this option is not set.
Loading
0