From: https://www.google.com/accounts/o8/id?id=AItOawmdCBuCITURW2EX0-8GjXU1TTuyEqVCEl4 Date: Thu, 4 Sep 2014 10:22:20 +0000 (-0400) Subject: (no commit message) X-Git-Tag: 3.20140916~103 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/c34d32edd42f662abe33646bdd86039bfae92655 --- 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