[issue23831] tkinter canvas lacks of moveto method.

2018-10-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue23831] tkinter canvas lacks of moveto method.

2018-10-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset bf034715db9d6e1603ea432d40041e5577ed3332 by Serhiy Storchaka (Juliette Monsel) in branch 'master': bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: +1 on adding this. We can and sometimes do acknowledge an initial author in the commit message and blurb. In this case, there is no name, so it would be "Based on patch by 'mps'." -- ___ Python tracker

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Juliette Monsel
Change by Juliette Monsel : -- keywords: +patch pull_requests: +9155 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: test needed -> needs patch versions: +Python 3.8 -Python 3.5 ___ Python tracker ___ ___

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think you can be attributed as the only author. A PR should contain more than just changes in tkinter/__init__.py (tests, documentation changes). And the code can be different than proposed in msg239745. Since this command doesn't return anything

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Juliette Monsel
Juliette Monsel added the comment: I am willing to create a pull request with the code provided in msg239745 , to add tests and a what's new entry. However I am not sure about how to acknowledge the contribution of msg239745's author. -- ___

[issue23831] tkinter canvas lacks of moveto method.

2018-10-08 Thread Juliette Monsel
Change by Juliette Monsel : -- nosy: +j-4321-i ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23831] tkinter canvas lacks of moveto method.

2018-06-10 Thread Matthias Kievernagel
Change by Matthias Kievernagel : -- nosy: +mkiever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23831] tkinter canvas lacks of moveto method.

2016-08-29 Thread jf
jf added the comment: i met the same problem, when i translate knighstour.tcl(upder tk demos dir) to tkinter. -- nosy: +zaazbb ___ Python tracker ___

[issue23831] tkinter canvas lacks of moveto method.

2015-04-03 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23831 ___ ___ Python-bugs-list

[issue23831] tkinter canvas lacks of moveto method.

2015-04-03 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +serhiy.storchaka, terry.reedy versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23831 ___

[issue23831] tkinter canvas lacks of moveto method.

2015-03-31 Thread mps
New submission from mps: I apologize if it has already been reported but I was unable to find similar issue reported using search. Maybe just add: def moveto(self, tagOrId, xPos, yPos): Move the items given by tagOrId in the canvas coordinate space so that the first