[Python-Dev] Decimal <-> float comparisons in py3k.

Raymond Hettinger raymond.hettinger at gmail.com
Wed Mar 17 21:44:21 CET 2010


On Mar 17, 2010, at 12:34 PM, Terry Reedy wrote:
> 
> I agree. Improving 2.7 and not 3.2+ would give people a reason to not move to 3.x.
> 

FWIW, I think this is mischaracterizing the proposal.

The spectrum of options from worst to best is
1) compare but give the wrong answer
2) compare but give the right answer
3) refuse to compare.

Py3.x is already in the best position, it refuses to compare.
IOW, is already is as improved as it can get.

P2.6 is in the worst position.  The proposal is to make
it better, but not as good as 3.x.


Raymond



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20100317/d7bdabe9/attachment.html>


More information about the Python-Dev mailing list