summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoger Serwy <roger.serwy@gmail.com>2013-04-09 01:57:13 (GMT)
committerRoger Serwy <roger.serwy@gmail.com>2013-04-09 01:57:13 (GMT)
commit0803a3956165ac8d80824367b97564f1ced427c8 (patch)
tree3d718ebaade7947adcdb1d1eaef5088bceae53d0 /Misc
parent7e69f0085e5365347bf00f4ed08d07e5f4785a96 (diff)
downloadcpython-0803a3956165ac8d80824367b97564f1ced427c8.zip
cpython-0803a3956165ac8d80824367b97564f1ced427c8.tar.gz
cpython-0803a3956165ac8d80824367b97564f1ced427c8.tar.bz2
#17657: Show full Tk version in IDLE's about dialog.
Patch by Todd Rovito.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9698363..9d61c32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library
IDLE
----
+- Issue #17657: Show full Tk version in IDLE's about dialog.
+ Patch by Todd Rovito.
+
- Issue #17613: Prevent traceback when removing syntax colorizer in IDLE.
- Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE.