aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pythonproxy-utf8_again.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-04 06:34:34 -0400
committeradmin <admin@branchable.com>2014-09-04 06:34:34 -0400
commit538b73a802c9a6cbf14627b1012d030bf0d70c3d (patch)
tree514e147d87b37a12471e05d87a67a3147fc71809 /doc/bugs/pythonproxy-utf8_again.mdwn
parent613c93b5b7b80024f8bacf723fa92745c4dde0d9 (diff)
downloadikiwiki-538b73a802c9a6cbf14627b1012d030bf0d70c3d.tar
ikiwiki-538b73a802c9a6cbf14627b1012d030bf0d70c3d.tar.gz
related bug
Diffstat (limited to 'doc/bugs/pythonproxy-utf8_again.mdwn')
-rw-r--r--doc/bugs/pythonproxy-utf8_again.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/pythonproxy-utf8_again.mdwn b/doc/bugs/pythonproxy-utf8_again.mdwn
index fa702a22c..8269a9bea 100644
--- a/doc/bugs/pythonproxy-utf8_again.mdwn
+++ b/doc/bugs/pythonproxy-utf8_again.mdwn
@@ -52,3 +52,8 @@ patch.
>>> a `unicode`. (i'd happily ditch python2 and port all plugins to python3,
>>> where this is all easier, but my [[todo/vCard rendering]] still uses an
>>> ancient module.) --[[chrysn]]
+
+>>>> You were right about this, `encode` is appropriate to go from `unicode`
+>>>> to `str` under Python 2. I'm a bit concerned that it might break
+>>>> Python 3 (see also [[bugs/rst_plugin_hangs_when_used_with_Python_3]]).
+>>>> Testing now. --[[smcv]]