[New-bugs-announce] [issue3968] fill() and end_fill() do not work correctly

Gregor Lingl report at bugs.python.org
Fri Sep 26 01:39:34 CEST 2008


New submission from Gregor Lingl <gregorlingl at users.sourceforge.net>:

fill() and end_fill() do not work as expected. As a user 
on the tutor list 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.

This is due to a missing update() call in the RawPen.fill() method

A patch is attached

Regards, Gregor

----------
components: Tkinter
files: 2.5turtle_fillpatch.diff
keywords: patch
messages: 73825
nosy: gregorlingl
severity: normal
status: open
title: fill() and end_fill() do not work correctly
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file11604/2.5turtle_fillpatch.diff

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


More information about the New-bugs-announce mailing list