
March 20, 2010
12:27 a.m.
Antoine Pitrou wrote:
We forbid comparisons when there is a real danger or ambiguity, such as unicode vs. bytes. There is no such danger or ambiguity when comparing a decimal with a float.
So do you think that float("0.1") and Decimal("0.1") should be equal or not, and why? -- Greg