diff options
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 |