[New-bugs-announce] [issue6878] outdated docstring in tkinter.Canvas.coords

SilentGhost report at bugs.python.org
Thu Sep 10 19:25:08 CEST 2009


New submission from SilentGhost <michael.mischurow+bpo at gmail.com>:

Doc string for tkinter/__init__.py Canvas.coords (line 2115 in
python3.1.1) reads: """Return a list of coordinates for the item given
in ARGS."""

actual code: return map(...etc...)

I actually don't know whether it's an outdated docstring, may be coords
should return a tuple.

----------
components: Tkinter
messages: 92495
nosy: SilentGhost
severity: normal
status: open
title: outdated docstring in tkinter.Canvas.coords
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6878>
_______________________________________


More information about the New-bugs-announce mailing list