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 rbcollins
Recipients ezio.melotti, michael.foord, pitrou, r.david.murray, rbcollins, serhiy.storchaka, simonzack
Date 2014-11-07.10:30:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415356235.17.0.291077405083.issue22452@psf.upfronthosting.co.za>
In-reply-to
Content
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..."
History
Date User Action Args
2014-11-07 10:30:35rbcollinssetrecipients: + rbcollins, pitrou, ezio.melotti, r.david.murray, michael.foord, serhiy.storchaka, simonzack
2014-11-07 10:30:35rbcollinssetmessageid: <1415356235.17.0.291077405083.issue22452@psf.upfronthosting.co.za>
2014-11-07 10:30:35rbcollinslinkissue22452 messages
2014-11-07 10:30:34rbcollinscreate