Updates:
Status: WontFix
Labels: -Target-2.7.5
Comment #3 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
Well, in the end we decided to to implement this after all. Implicitly
showing the type of the argument (e.g. `u'1'` for Unicode string, `'1'` for
byte string, and `1` for integers) was considered an important feature we
didn't want to miss. We also figured out an alternative solution for making
the logged strings look same with IronPython than they look with other
interpreters.