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 belopolsky
Recipients belopolsky
Date 2010-10-21.16:44:27
SpamBayes Score 0.014100615
Marked as misclassified No
Message-id <1287679469.77.0.585032581167.issue10168@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-21 16:44:29belopolskysetrecipients: + belopolsky
2010-10-21 16:44:29belopolskysetmessageid: <1287679469.77.0.585032581167.issue10168@psf.upfronthosting.co.za>
2010-10-21 16:44:27belopolskylinkissue10168 messages
2010-10-21 16:44:27belopolskycreate