[Python-checkins] python/dist/src/Misc NEWS,1.610,1.611

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 10 Jan 2003 15:24:34 -0800


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

Modified Files:
	NEWS 
Log Message:
Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto

Add the optional gain parameter and pass it to Tk.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.610
retrieving revision 1.611
diff -C2 -d -r1.610 -r1.611
*** NEWS	10 Jan 2003 20:57:54 -0000	1.610
--- NEWS	10 Jan 2003 23:24:31 -0000	1.611
***************
*** 89,92 ****
--- 89,95 ----
  - urlparse can now parse imap:// URLs.  See SF feature request #618024.
  
+ - Tkinter.Canvas.scan_dragto() provides an optional parameter to support
+   the gain value which is passed to Tk.  SF bug# 602259.
+ 
  Tools/Demos
  -----------