commit | c252d9bc08ccd28578acbe7ab06843801af29c61 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:09:44 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:09:44 2008 +0000 |
tree | b23306a5ed21e9750339c01e573e6ecf5f4f413c | |
parent | afb0dabaca0fe30a33054e6ecf242c9235aad2f0 [diff] [blame] |
Issue #3767: Convert Tk object to string in tkColorChooser.
diff --git a/Misc/NEWS b/Misc/NEWS index 99e385a..161668e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Library ------- +- Issue #3767: Convert Tk object to string in tkColorChooser. + - Issue #4342: Always convert Text.index result to string. - Issue 3248: Allow placing ScrolledText in a PanedWindow.