New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
Apparently a 2.x to 3.x migration artifact. Canvas.coords() is documented as returning a list: def coords(self, *args): """Return a list of coordinates for the item given in ARGS.""" but in 3.x it returns a map object. Attached patch fixes that. ---------- components: Tkinter files: canvas-coords.diff keywords: patch messages: 119316 nosy: belopolsky priority: normal severity: normal stage: unit test needed status: open title: tkinter.Canvas.coords should return a list, not a map type: behavior versions: Python 3.1, Python 3.2 Added file: http://bugs.python.org/file19324/canvas-coords.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10168> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com