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 <rep...@bugs.python.org> <http://bugs.python.org/issue27219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com