[New-bugs-announce] [issue27219] turtle.fillcolor doesn't accept a tuple of floats
Jelle Zijlstra
report at bugs.python.org
Sat Jun 4 12:29:00 EDT 2016
New submission from Jelle Zijlstra:
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.
----------
assignee: Jelle Zijlstra
components: Library (Lib)
messages: 267263
nosy: Jelle Zijlstra
priority: normal
severity: normal
status: open
title: turtle.fillcolor doesn't accept a tuple of floats
versions: Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27219>
_______________________________________
More information about the New-bugs-announce
mailing list