Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Target-2.1.3

New issue 471 by pekka.klarck: Replace all occurrences of `str()` with `unicode()` or `utils.unic()`
http://code.google.com/p/robotframework/issues/detail?id=471

See this discussion for more information:
http://groups.google.com/group/robotframework-users/browse_thread/thread/c04c5462834e723d

Running `grep ' str(' src/robot/*.py` and `grep ' str(' src/robot/*/*.py`
reveals several places where we use `str()` unsafely. At least all those
should be fixed and it might be better to remove all occurrences of `str()`
from the codebase.

I mark this Medium because nobody has encountered (or at least reported)
bugs in the core framework related to this.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to