commit | 789299f85802caddcb2bdd3f0c367c9f1b07a03b | [log] [tgz] |
---|---|---|
author | Roger Serwy <roger.serwy@gmail.com> | Mon Apr 08 20:57:13 2013 -0500 |
committer | Roger Serwy <roger.serwy@gmail.com> | Mon Apr 08 20:57:13 2013 -0500 |
tree | e213947126bcf407c35c349b9030bbb2653d4e17 | |
parent | 371432b961b7f5b410c13b0022e23111115f1d59 [diff] [blame] |
#17657: Show full Tk version in IDLE's about dialog. Patch by Todd Rovito.
diff --git a/Misc/NEWS b/Misc/NEWS index deb0d4e..161776d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,9 @@ 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.