summaryrefslogtreecommitdiffstats
path: root/Misc
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
parentdbe3f76270d8bc22f1201e6ac1d63dbe3124dc3f (diff)
downloadcpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.zip
cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.gz
cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.bz2
Patch #612602: Streamline configure methods.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index cffe25d..5c0d241 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -414,6 +414,7 @@ Edward K. Ream
Marc Recht
John Redford
Terry Reedy
+Steve Reeves
Ofir Reichenberg
Sean Reifschneider
Michael P. Reilly
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