From 613c93b5b7b80024f8bacf723fa92745c4dde0d9 Mon Sep 17 00:00:00 2001 From: smcv Date: Thu, 4 Sep 2014 06:31:35 -0400 Subject: [PATCH 1/1] oops, wrong bug --- doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 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 -- 2.45.0