summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-10 23:24:32 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-10 23:24:32 (GMT)
commite931ed59d3d39cfbf91255a77f7fc64bfd167deb (patch)
tree24587ede06bc62a38e594b50132faafc06ec8441 /Misc
parentfaa7b9bb4ca19f4cf07b1faacbe794af893a3e2d (diff)
downloadcpython-e931ed59d3d39cfbf91255a77f7fc64bfd167deb.zip
cpython-e931ed59d3d39cfbf91255a77f7fc64bfd167deb.tar.gz
cpython-e931ed59d3d39cfbf91255a77f7fc64bfd167deb.tar.bz2
Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto
Add the optional gain parameter and pass it to Tk.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9d108a..60b20d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,6 +88,9 @@ Library
- 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
-----------