summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-10 14:36:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-10 14:36:13 (GMT)
commit6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d (patch)
treeb9dd2f0939a92fe546f463a1deba145d48db2c55 /Misc/NEWS
parentdbe3f76270d8bc22f1201e6ac1d63dbe3124dc3f (diff)
downloadcpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.zip
cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.gz
cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.bz2
Patch #612602: Streamline configure methods.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7321f60..849bd88 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -354,6 +354,10 @@ Extension modules
Library
-------
+- Various configure methods of Tkinter have been stream-lined, so
+ that tag_configure, image_configure, window_configure now return
+ a dictionary when invoked with no argument.
+
- Importing the readline module now no longer has the side effect of
calling setlocale(LC_CTYPE, ""). The initial "C" locale, or
whatever locale is explicitly set by the user, is preserved. If you