summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorCoderTCY <73740771+CoderTCY@users.noreply.github.com>2024-11-19 17:19:33 (GMT)
committerGitHub <noreply@github.com>2024-11-19 17:19:33 (GMT)
commit88dc84bcf9fef32afa9af0ab41fa467c9733483f (patch)
tree9c6a32bb195712c47978b77e842fe506bf4f41f1 /Misc/NEWS.d/next
parent29cbcbd73bbfd8c953c0b213fb33682c289934ff (diff)
downloadcpython-88dc84bcf9fef32afa9af0ab41fa467c9733483f.zip
cpython-88dc84bcf9fef32afa9af0ab41fa467c9733483f.tar.gz
cpython-88dc84bcf9fef32afa9af0ab41fa467c9733483f.tar.bz2
gh-125729: Makes the installation of the turtle module dependent on the Tcl/Tk install option (GH-126176)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Windows/2024-10-31-09-46-53.gh-issue-125729.KdKVLa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2024-10-31-09-46-53.gh-issue-125729.KdKVLa.rst b/Misc/NEWS.d/next/Windows/2024-10-31-09-46-53.gh-issue-125729.KdKVLa.rst
new file mode 100644
index 0000000..fbf4ab1
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2024-10-31-09-46-53.gh-issue-125729.KdKVLa.rst
@@ -0,0 +1 @@
+Makes the presence of the :mod:`turtle` module dependent on the Tcl/Tk installer option. Previously, the module was always installed but would be unusable without Tcl/Tk.