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:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487792531.01.0.301258593233.issue29625@psf.upfronthosting.co.za>
In-reply-to
Content
The bug appears to be caused by the difference in division
symbols between python3 vs python2.

The issue appears to be resolved if you add the following line to the
`/usr/lib/python2.7.13/colorsys.py` module (or if all arguments are converted to floats).

from __future__ import division

I noticed that this bug persists all the back to at least python2.7.10
History
Date User Action Args
2017-02-22 19:42:11Will Pittmansetrecipients: + Will Pittman
2017-02-22 19:42:11Will Pittmansetmessageid: <1487792531.01.0.301258593233.issue29625@psf.upfronthosting.co.za>
2017-02-22 19:42:10Will Pittmanlinkissue29625 messages
2017-02-22 19:42:10Will Pittmancreate