Commit 4988103f authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #20363. Fixed BytesWarning triggerred by test suite.

Patch by Berker Peksag.
parent 8ee4e036
......@@ -300,5 +300,5 @@ Your selection [default 1]: ''', log.INFO)
result = 200, 'OK'
if self.show_response:
dashes = '-' * 75
self.announce('%s%s%s' % (dashes, data, dashes))
self.announce('%s%r%s' % (dashes, data, dashes))
return result
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment