[Python-checkins] python/dist/src/Misc ACKS,1.207,1.208 NEWS,1.496,1.497
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2002年10月10日 07:36:16 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv7095/Misc
Modified Files:
ACKS NEWS
Log Message:
Patch #612602: Streamline configure methods.
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.207
retrieving revision 1.208
diff -C2 -d -r1.207 -r1.208
*** ACKS 9 Oct 2002 16:37:03 -0000 1.207
--- ACKS 10 Oct 2002 14:36:13 -0000 1.208
***************
*** 415,418 ****
--- 415,419 ----
John Redford
Terry Reedy
+ Steve Reeves
Ofir Reichenberg
Sean Reifschneider
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.496
retrieving revision 1.497
diff -C2 -d -r1.496 -r1.497
*** NEWS 9 Oct 2002 21:40:48 -0000 1.496
--- NEWS 10 Oct 2002 14:36:13 -0000 1.497
***************
*** 355,358 ****
--- 355,362 ----
-------
+ - 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