[Patches] [ python-Patches-438424 ] Fix for missing turtle fuctionality

noreply@sourceforge.net noreply@sourceforge.net
Tue, 03 Jul 2001 21:46:19 -0700


Patches item #438424, was opened at 2001-07-03 20:17
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=438424&group_id=5470

Category: Tkinter
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Josh Cogliati (jjc)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Fix for missing turtle fuctionality

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-03 21:46

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=438424&group_id=5470