Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by a bug in turtle.py

2008-08-07 Thread Dick Moores
On Thu, Aug 7, 2008 at 9:54 AM, Dick Moores <[EMAIL PROTECTED]> wrote: > 4. I've attempted to make the turtle invisible, but haven't succeeded. Got it! hideturtle() Dick ___ Tutor maill

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by a bug in turtle.py

2008-08-07 Thread Dick Moores
On Wed, Aug 6, 2008 at 5:09 PM, Gregor Lingl <[EMAIL PROTECTED]> wrote: > This is due to a bug in turtle.py - interestingly after so many years of use > and improvement of turtle.py there still appear new bugs from time to time. > > The bug consists in a missing update of the Canvas in the fill() f

Re: [Tutor] Ongoing trouble with Turtle's end_fill() - caused by a bug in turtle.py

2008-08-06 Thread Gregor Lingl
Kent Johnson schrieb: On Tue, Aug 5, 2008 at 6:49 PM, Dick Moores <[EMAIL PROTECTED]> wrote: For a while now I've had trouble with end_fill(). Sometimes I can use it to fill a figure such as a square, triangle or rectangle, but sometimes not. Here's a barebones script using end_fill(). As