[issue10199] Move Demo/turtle under Lib/

Alexander Belopolsky report at bugs.python.org
Tue Oct 26 19:12:41 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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'

----------

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


More information about the Python-bugs-list mailing list