[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2022-01-22 Thread Jelle Zijlstra


Change by Jelle Zijlstra :


--
assignee: Jelle Zijlstra -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2016-06-05 Thread Jelle Zijlstra

Jelle Zijlstra added the comment:

New patch

--
Added file: http://bugs.python.org/file43236/issue27219-cr.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2016-06-05 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

_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.

--
nosy: +serhiy.storchaka
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2016-06-04 Thread Jelle Zijlstra

Changes by Jelle Zijlstra :


--
keywords: +patch
Added file: http://bugs.python.org/file43217/issue27219.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2016-06-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
dependencies: +Create unit tests for turtle textonly
type:  -> enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27219] turtle.fillcolor doesn't accept a tuple of floats

2016-06-04 Thread Jelle Zijlstra

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com