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 terry.reedy
Recipients John Simmons, docs@python, serhiy.storchaka, terry.reedy, willingc
Date 2018-06-16.20:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529180069.11.0.56676864532.issue29560@psf.upfronthosting.co.za>
In-reply-to
Content
Behavior has not changed.  It is a legitimate doc issue for both tkinter and turtle.

The turtle intro, https://docs.python.org/3/library/turtle.html#introduction, currently 24.1.1. says nothing about the sidebar and image.  I think there should be a short paragraph added, which includes "The image was drawn on Linux.  On Windows, the star will be filled in solid." 

The filling doc, https://docs.python.org/3/library/turtle.html#filling, should also have a note.

If you do a PR, I will review.

The tkinter docs should be handled separately.
History
Date User Action Args
2018-06-16 20:14:29terry.reedysetrecipients: + terry.reedy, docs@python, serhiy.storchaka, willingc, John Simmons
2018-06-16 20:14:29terry.reedysetmessageid: <1529180069.11.0.56676864532.issue29560@psf.upfronthosting.co.za>
2018-06-16 20:14:29terry.reedylinkissue29560 messages
2018-06-16 20:14:28terry.reedycreate