diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 14:36:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-10 14:36:13 (GMT) |
commit | 6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d (patch) | |
tree | b9dd2f0939a92fe546f463a1deba145d48db2c55 /Misc | |
parent | dbe3f76270d8bc22f1201e6ac1d63dbe3124dc3f (diff) | |
download | cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.zip cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.gz cpython-6ce1315bd35b6114abf8a59d0e9b9f7dce0bcd7d.tar.bz2 |
Patch #612602: Streamline configure methods.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -414,6 +414,7 @@ Edward K. Ream Marc Recht John Redford Terry Reedy +Steve Reeves Ofir Reichenberg Sean Reifschneider Michael P. Reilly @@ -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 |