diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-05-17 15:59:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 15:59:13 -0400 |
commit | aed643baa968b4959b830d37750080cac546fba7 (patch) | |
tree | 41bf6e4888610acd65bb49b9a913e934d5f91ac8 /Misc | |
parent | c649df63e0d052044a4660101d5769ff46ae9234 (diff) | |
download | cpython-git-aed643baa968b4959b830d37750080cac546fba7.tar.gz |
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')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2023-05-17-15-11-11.gh-issue-104496.wjav-y.rst | 1 |
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 0000000000..18d83150e9 --- /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). |