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.

classification
Title: Fix for missing turtle fuctionality
Type: Stage:
Components: Tkinter Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: fdrake, gvanrossum, jjc
Priority: normal Keywords: patch

Created on 2001-07-04 03:17 by jjc, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
/home/jjc/turtle.diff jjc, 2001-07-04 03:17 Turtle display patch
Messages (3)
msg36901 - (view) Author: Josh Cogliati (jjc) Date: 2001-07-04 03:17
Python's logolike module turtle.py did not display
the turtle except when actually drawing lines.
This patch changes the turtle.py module so that
it displays the turtle at all times when tracing is
on.  This is similar to the the way that logo works.
When tracing is off the turtle will not be displayed.
msg36902 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2001-07-04 04:46
Logged In: YES 
user_id=3066

Assigned to Guido, since he likely knows more about Logo
than I do (I don't!), and this is his module to begin with.
msg36903 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-08-09 16:42
Logged In: YES 
user_id=6380

Thanks!  Applied as tutrle.py:1.5.
History
Date User Action Args
2022-04-10 16:04:10adminsetgithub: 34700
2001-07-04 03:17:24jjccreate