[Python-checkins] python/dist/src/Misc NEWS,1.542,1.543

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 26 Nov 2002 01:28:07 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv30260/Misc

Modified Files:
	NEWS 
Log Message:
Patch #518625: Return objects in Tkinter.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.542
retrieving revision 1.543
diff -C2 -d -r1.542 -r1.543
*** NEWS	25 Nov 2002 17:25:01 -0000	1.542
--- NEWS	26 Nov 2002 09:28:05 -0000	1.543
***************
*** 313,316 ****
--- 313,321 ----
  -----------------
  
+ - _tkinter now returns Tcl objects, instead of strings. Objects which
+   have Python equivalents are converted to Python objects, other objects
+   are wrapped. This can be configured through the wantobjects method,
+   or Tkinter.want_objects.
+ 
  - The PyBSDDB wrapper around the Sleepycat Berkely DB library has been
    added as the package bsddb. The traditional bsddb module is still