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.
Created on 2016年06月04日 16:29 by JelleZijlstra, last changed 2022年04月11日 14:58 by admin.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue27219.patch | JelleZijlstra, 2016年06月05日 00:21 | patch adding support for float color tuples | review | |
| issue27219-cr.patch | JelleZijlstra, 2016年06月05日 16:18 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg267263 - (view) | Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) | Date: 2016年06月04日 16:29 | |
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. |
|||
| msg267394 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2016年06月05日 07:08 | |
_color_triple_to_hexstring() is implementation detail. It would be better to test it indirectly using public method (like fillcolor()). Added other comments on Rietveld. |
|||
| msg267423 - (view) | Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) | Date: 2016年06月05日 16:18 | |
New patch |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:32 | admin | set | github: 71406 |
| 2022年01月23日 05:20:43 | JelleZijlstra | set | assignee: JelleZijlstra -> |
| 2016年06月05日 16:18:41 | JelleZijlstra | set | files:
+ issue27219-cr.patch messages: + msg267423 |
| 2016年06月05日 07:08:56 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg267394 stage: patch review |
| 2016年06月05日 00:21:52 | JelleZijlstra | set | files:
+ issue27219.patch keywords: + patch |
| 2016年06月04日 17:37:06 | serhiy.storchaka | set | dependencies:
+ Create unit tests for turtle textonly type: enhancement |
| 2016年06月04日 16:29:00 | JelleZijlstra | create | |