This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients SilentGhost
Date 2009-09-10.17:25:05
SpamBayes Score 6.5201248e-06
Marked as misclassified No
Message-id <1252603508.57.0.591042976978.issue6878@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-10 17:25:09SilentGhostsetrecipients: + SilentGhost
2009-09-10 17:25:08SilentGhostsetmessageid: <1252603508.57.0.591042976978.issue6878@psf.upfronthosting.co.za>
2009-09-10 17:25:07SilentGhostlinkissue6878 messages
2009-09-10 17:25:05SilentGhostcreate