summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorJuliette Monsel <j4321@users.noreply.github.com>2018-10-12 16:44:10 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-10-12 16:44:10 (GMT)
commitbf034715db9d6e1603ea432d40041e5577ed3332 (patch)
tree1a0760703b4a32e3bee5f1d726ab51f48d864f68 /Doc/whatsnew
parentdc0d571b6401527f236b0513f29847e2b9b8a188 (diff)
downloadcpython-bf034715db9d6e1603ea432d40041e5577ed3332.zip
cpython-bf034715db9d6e1603ea432d40041e5577ed3332.tar.gz
cpython-bf034715db9d6e1603ea432d40041e5577ed3332.tar.bz2
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index d9c3f1b..bd3283c 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -177,6 +177,10 @@ Added methods :meth:`~tkinter.Spinbox.selection_from`,
in the :class:`tkinter.Spinbox` class.
(Contributed by Juliette Monsel in :issue:`34829`.)
+Added method :meth:`~tkinter.Canvas.moveto`
+in the :class:`tkinter.Canvas` class.
+(Contributed by Juliette Monsel in :issue:`23831`.)
+
venv
----