]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4 <Alice@web>
Thu, 4 Sep 2014 10:22:20 +0000 (06:22 -0400)
committeradmin <admin@branchable.com>
Thu, 4 Sep 2014 10:22:20 +0000 (06:22 -0400)
doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn

index 1a0e8270d4478c7c697de3942ce85f33024a8c9c..f2ebd9f3220f6bfc0d364e376a3e79d004ac1d1c 100644 (file)
@@ -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