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 JelleZijlstra
Recipients JelleZijlstra
Date 2016-06-04.16:29:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465057740.31.0.354444599914.issue27219@psf.upfronthosting.co.za>
In-reply-to
Content
But `turtle.pencolor()` returns a tuple of floats, so calling `turtle.fillcolor(turtle.pencolor())`. This issue shows up in the doctest at library/turtle.rst line 936. I can submit a patch with tests once the tests in issue21916 are in.
History
Date User Action Args
2016-06-04 16:29:00JelleZijlstrasetrecipients: + JelleZijlstra
2016-06-04 16:29:00JelleZijlstrasetmessageid: <1465057740.31.0.354444599914.issue27219@psf.upfronthosting.co.za>
2016-06-04 16:29:00JelleZijlstralinkissue27219 messages
2016-06-04 16:29:00JelleZijlstracreate