[Python-checkins] python/dist/src/Misc NEWS,1.726,1.727

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 16 Apr 2003 12:42:55 -0700


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

Modified Files:
	NEWS 
Log Message:
For StringVar results to strings. Document that boolean things are of
type bool. Requested in #721171.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.726
retrieving revision 1.727
diff -C2 -d -r1.726 -r1.727
*** NEWS	16 Apr 2003 19:40:50 -0000	1.726
--- NEWS	16 Apr 2003 19:42:49 -0000	1.727
***************
*** 64,67 ****
--- 64,70 ----
  -----------------
  
+ - Tkinter wrappers around Tcl variables now pass objects directly
+   to Tcl, instead of first converting them to strings.
+ 
  - The .*? pattern in the re module is now special-cased to avoid the
    recursion limit.  (SF patch #720991 -- many thanks to Gary Herron