]> sipb.mit.edu Git - ikiwiki.git/commitdiff
related bug
authorsmcv <smcv@web>
Thu, 4 Sep 2014 10:34:34 +0000 (06:34 -0400)
committeradmin <admin@branchable.com>
Thu, 4 Sep 2014 10:34:34 +0000 (06:34 -0400)
doc/bugs/pythonproxy-utf8_again.mdwn

index fa702a22c41a7e7a3a4e1e6babcb194b290ae4f8..8269a9beaf497e2e3a6356c0af021c1072f1433a 100644 (file)
@@ -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]]