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 gvanrossum
Recipients
Date 2002-08-20.20:40:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

It's a feature that when tracing is off you don't see
anything drawn -- updating the screen after each line is
drawn is too expensive. If you really want this, please make
it a separate flag.

Regarding the new methods added: can you explain why you
need these?

Finally, please submit a documentation patch. If you don't
know LaTeX, try to emulate what's there in
Doc/lib/libturtle.tex, and we'll fix it for you, but we
won't write the docs for you.
History
Date User Action Args
2007-08-23 15:14:45adminlinkissue595111 messages
2007-08-23 15:14:45admincreate