[New-bugs-announce] [issue29625] colorsys.rgb_to_hsv always returns saturation as 0 (python2.7.13 only)

Will Pittman report at bugs.python.org
Wed Feb 22 14:31:31 EST 2017


New submission from Will Pittman:

colorsys.rgb_to_hsv appears to be broken on python2.7.13 (on archlinux).
Saturation is always reported as 0.

ex:

import colorsys
rgb_to_hsv( 127, 116, 18 )
>>> (0.16666666666666666, 0, 127)

----------
messages: 288380
nosy: Will Pittman
priority: normal
severity: normal
status: open
title: colorsys.rgb_to_hsv  always returns saturation as 0 (python2.7.13 only)
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29625>
_______________________________________


More information about the New-bugs-announce mailing list