aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn')
-rw-r--r--doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn b/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
index 1a0e8270d..f2ebd9f32 100644
--- a/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
+++ b/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
@@ -9,3 +9,6 @@ not working with python3.3~3.4
[http://dpaste.com/0ACNK3W](http://dpaste.com/0ACNK3W)
looks like the problem is in proxy.py
+ml = _IkiWikiExtPluginXMLRPCHandler._read(in_fd).decode('utf8')
+
+without decode('utf8') is working