aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-04 06:31:35 -0400
committeradmin <admin@branchable.com>2014-09-04 06:31:35 -0400
commit613c93b5b7b80024f8bacf723fa92745c4dde0d9 (patch)
treea517fe3d635521a4daca4cc96d9f8ec36ee31c9a /doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn
parent36189bb9441fd3d2ecd91153418bfb7687c12576 (diff)
downloadikiwiki-613c93b5b7b80024f8bacf723fa92745c4dde0d9.tar
ikiwiki-613c93b5b7b80024f8bacf723fa92745c4dde0d9.tar.gz
oops, wrong bug
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.mdwn7
1 files 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