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 John Simmons
Recipients John Simmons
Date 2017-02-14.19:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487100128.83.0.366459584593.issue29560@psf.upfronthosting.co.za>
In-reply-to
Content
When I run the demo program on the library 24.1 documentation page to draw the star, it colors the entire star yellow, not just the parts that are show yellow on the page.  This appears to be a behavior change.  This is running on a Windows 7 or 10 machine with Python 3.2, 3.5, or 3.6.

I have not tried this program at home, but when I run a similar program that draws and then fills 10 overlapping circles, my Linux Mint 17.3 computer at home, running IDLE in Python 3.4, fills the "interior" points inside and odd number of circles but does not fill the "exterior" points inside an even number of circles.  This appears to be the behavior shown on documentation page 24.1.  I would like to know what is intended to be the correct behavior and why the implementations differ.
History
Date User Action Args
2017-02-14 19:22:08John Simmonssetrecipients: + John Simmons
2017-02-14 19:22:08John Simmonssetmessageid: <1487100128.83.0.366459584593.issue29560@psf.upfronthosting.co.za>
2017-02-14 19:22:08John Simmonslinkissue29560 messages
2017-02-14 19:22:07John Simmonscreate