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.

Author Will Pittman
Recipients Will Pittman
Date 2017-02-22.19:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487791891.85.0.764739478195.issue29625@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2017-02-22 19:31:31Will Pittmansetrecipients: + Will Pittman
2017-02-22 19:31:31Will Pittmansetmessageid: <1487791891.85.0.764739478195.issue29625@psf.upfronthosting.co.za>
2017-02-22 19:31:31Will Pittmanlinkissue29625 messages
2017-02-22 19:31:31Will Pittmancreate