Robert Collins added the comment:

See also https://code.google.com/p/unittest-ext/issues/detail?id=27

"Sorry, wrong wording of the bug.

I tested this on IronPython 2.6.1 and 2.7.b1. I see the same result as you and 
I consider the following wrong or at least misleading:

- [1, Decimal("1"), Decimal("2.00")]
?  ^                          ---

+ [2, Decimal("1.00"), Decimal("2")]
?  ^            +++

I mean the +++ and --- under Decimal numbers.

On the other hand I understand that these are differences in string 
representation of those lists..."

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22452>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to