From: smcv Date: Thu, 4 Sep 2014 10:31:35 +0000 (-0400) Subject: oops, wrong bug X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/613c93b5b7b80024f8bacf723fa92745c4dde0d9?hp=36189bb9441fd3d2ecd91153418bfb7687c12576;ds=sidebyside oops, wrong bug --- 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 1207de601..6935cf0ba 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 @@ -28,6 +28,7 @@ ml = _IkiWikiExtPluginXMLRPCHandler._read(in_fd).decode('utf8') without decode('utf8') is working > That call was introduced -> [[to fix a bug under Python 2|bugs/pythonproxy-utf8_again]] -> so it cannot just be removed. Perhaps it needs to be conditional -> on major Python version :-( +> [[to fix a bug under Python 2|bugs/crashes_in_the_python_proxy_even_if_disabled]] +> so it cannot just be removed, but perhaps it can be improved. This is +> probably related to +> [[this follow-up bug under Python 2|bugs/pythonproxy-utf8_again]]. --smcv