Updates:
Summary: Trace log keyword arguments and return values using `str` and not
`repr`
Status: Accepted
Labels: -Type-Defect Type-Enhancement Target-2.7.5
Comment #2 on issue 1205 by pekka.klarck: Trace log keyword arguments and
return values using `str` and not `repr`
http://code.google.com/p/robotframework/issues/detail?id=1205
In the end we decided to change this behavior. The main reason is that this
way the logged strings will look same with IronPython as it looks like with
Python and Jython. IronPython omits `u` prefix from the repr of Unicode
strings, and because of this difference lot of our acceptance tests fail
with it.