[issue26837] assertSequenceEqual() raises BytesWarning when format message

2016-04-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your helpful review Martin! -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue26837] assertSequenceEqual() raises BytesWarning when format message

2016-04-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae5cc8ab664a by Serhiy Storchaka in branch '3.5': Issue #26837: assertSequenceEqual() now correctly outputs non-stringified https://hg.python.org/cpython/rev/ae5cc8ab664a New changeset d0d541c2afb7 by Serhiy Storchaka in branch '2.7': Issue #26837:

[issue26837] assertSequenceEqual() raises BytesWarning when format message

2016-04-24 Thread Martin Panter
Martin Panter added the comment: I think the change is good in spirit, especially using repr() and limiting the size. See the review for a couple problems. -- nosy: +martin.panter stage: -> patch review ___ Python tracker

[issue26837] assertSequenceEqual() raises BytesWarning when format message

2016-04-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: assertSequenceEqual() raises BytesWarning when format failure report. See for example http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/10575/steps/test/logs/stdio : ==