diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-01-27 14:49:59 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-01-27 14:53:12 -0300 |
commit | 27a70fbbde42166c268c60e624ed11eac7788b55 (patch) | |
tree | ad136bedcddee9035009d0f917eeffc3e5a64261 /client/changes | |
parent | 06da0dbb60d6766694ad853047ed268edd62d114 (diff) |
Always return unicode, even on UnicodeError.
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_return-always-unicode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_return-always-unicode b/client/changes/bug_return-always-unicode new file mode 100644 index 00000000..f4ee51ed --- /dev/null +++ b/client/changes/bug_return-always-unicode @@ -0,0 +1 @@ + o Always return unicode in helper method, even on UnicodeError. Related to #4998. |