]> granicus.if.org Git - python/commit
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
authorJuliette Monsel <j4321@users.noreply.github.com>
Fri, 12 Oct 2018 16:44:10 +0000 (18:44 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Oct 2018 16:44:10 +0000 (19:44 +0300)
commitbf034715db9d6e1603ea432d40041e5577ed3332
tree1a0760703b4a32e3bee5f1d726ab51f48d864f68
parentdc0d571b6401527f236b0513f29847e2b9b8a188
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Doc/whatsnew/3.8.rst
Lib/tkinter/__init__.py
Lib/tkinter/test/test_tkinter/test_widgets.py
Misc/NEWS.d/next/Library/2018-10-09-15-44-04.bpo-23831.2CL7lL.rst [new file with mode: 0644]