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, eric.araujo, glingl, gregorlingl, gvanrossum
Date 2010-10-26.17:12:39
SpamBayes Score 1.2922395e-05
Marked as misclassified No
Message-id <1288113161.14.0.708708590581.issue10199@psf.upfronthosting.co.za>
In-reply-to
Content
I thought this email-to-roundup bug was fixed some time ago.  The mangled sample session was:

>>> turtle.forward('5 miles')
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "<string>", line 1, in forward
..
TypeError: can't multiply sequence by non-int of type 'float'
History
Date User Action Args
2010-10-26 17:12:41belopolskysetrecipients: + belopolsky, gvanrossum, glingl, gregorlingl, eric.araujo
2010-10-26 17:12:41belopolskysetmessageid: <1288113161.14.0.708708590581.issue10199@psf.upfronthosting.co.za>
2010-10-26 17:12:40belopolskylinkissue10199 messages
2010-10-26 17:12:39belopolskycreate