summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:22:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:22:25 (GMT)
commit732479f50b46d4df153e178f844ad876e7f63bd8 (patch)
treef228deafda7d5e05a452590068d36e61109ab1ce /Misc/NEWS
parente2eb2b4bc39b73c6346446e278166395a514cdb5 (diff)
downloadcpython-732479f50b46d4df153e178f844ad876e7f63bd8.zip
cpython-732479f50b46d4df153e178f844ad876e7f63bd8.tar.gz
cpython-732479f50b46d4df153e178f844ad876e7f63bd8.tar.bz2
Issue #3767: Convert Tk object to string in tkColorChooser.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 070e698..a5b3d2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Core and Builtins
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