[issue32825] warn user of creation of multiple Tk instances

2018-02-12 Thread mps
New submission from mps : tkinter is the first GUI interface used by novices. They often get in trouble when they create a new Tk instance instead of a Toplevel. It would be helpful to output a warning message in this case (i.e. checking _default_root is not None and _support_default_root is

[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