New submission from SilentGhost <michael.mischurow+...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6878>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to