[issue10161] unittest: use ascii() instead of repr() to display values on error

2010-10-24 Thread Michael Foord
Michael Foord added the comment: Although this is still a real issue for other users of unittest. If I get time to think about it properly I may reopen. -- ___ Python tracker _

[issue10161] unittest: use ascii() instead of repr() to display values on error

2010-10-24 Thread STINNER Victor
STINNER Victor added the comment: Closed with r85829: patch test_pep277 instead of unittest. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue10161] unittest: use ascii() instead of repr() to display values on error

2010-10-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +michael.foord ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue10161] unittest: use ascii() instead of repr() to display values on error

2010-10-20 Thread STINNER Victor
New submission from STINNER Victor : On a failure, unittest does its best to display values. But sometimes, the output doesn't help me. Example: FAIL: test_listdir (test.test_pep277.UnicodeFileTests) -- Traceback (most recent c