summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:27:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-29 16:27:13 (GMT)
commit1f1620e9469b26a9ea3feb36e51a889e7a4bd987 (patch)
treee2f8bf00ff66cb978f1d40af5b7fe48e092bdba9 /Misc
parente354d78b30dcb12c855a425e2404e478d36a5b95 (diff)
downloadcpython-1f1620e9469b26a9ea3feb36e51a889e7a4bd987.zip
cpython-1f1620e9469b26a9ea3feb36e51a889e7a4bd987.tar.gz
cpython-1f1620e9469b26a9ea3feb36e51a889e7a4bd987.tar.bz2
Merged revisions 68010 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68010 | martin.v.loewis | 2008-12-29 17:22:25 +0100 (Mo, 29 Dez 2008) | 2 lines Issue #3767: Convert Tk object to string in tkColorChooser. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a830fc4..f483a1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,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