commit | 732479f50b46d4df153e178f844ad876e7f63bd8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 16:22:25 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Dec 29 16:22:25 2008 +0000 |
tree | f228deafda7d5e05a452590068d36e61109ab1ce | |
parent | e2eb2b4bc39b73c6346446e278166395a514cdb5 [diff] [blame] |
Issue #3767: Convert Tk object to string in tkColorChooser.
diff --git a/Misc/NEWS b/Misc/NEWS index 070e698..a5b3d2d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Library ------- +- Issue #3767: Convert Tk object to string in tkColorChooser. + - Issue #3248: Allow placing ScrolledText in a PanedWindow. - Issue #4444: Allow assertRaises() to be used as a context handler, so that