summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2023-05-17 19:59:13 (GMT)
committerGitHub <noreply@github.com>2023-05-17 19:59:13 (GMT)
commitaed643baa968b4959b830d37750080cac546fba7 (patch)
tree41bf6e4888610acd65bb49b9a913e934d5f91ac8 /Misc/NEWS.d/next/IDLE
parentc649df63e0d052044a4660101d5769ff46ae9234 (diff)
downloadcpython-aed643baa968b4959b830d37750080cac546fba7.zip
cpython-aed643baa968b4959b830d37750080cac546fba7.tar.gz
cpython-aed643baa968b4959b830d37750080cac546fba7.tar.bz2
gh-104496: IDLE - fix About for mixed tcl/tk versions (#104585)
Print both if they are different, as may happen in the future.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2023-05-17-15-11-11.gh-issue-104496.wjav-y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2023-05-17-15-11-11.gh-issue-104496.wjav-y.rst b/Misc/NEWS.d/next/IDLE/2023-05-17-15-11-11.gh-issue-104496.wjav-y.rst
new file mode 100644
index 0000000..18d8315
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2023-05-17-15-11-11.gh-issue-104496.wjav-y.rst
@@ -0,0 +1 @@
+About prints both tcl and tk versions if different (expected someday).