]> sipb.mit.edu Git - ikiwiki.git/commitdiff
oops, wrong bug
authorsmcv <smcv@web>
Thu, 4 Sep 2014 10:31:35 +0000 (06:31 -0400)
committeradmin <admin@branchable.com>
Thu, 4 Sep 2014 10:31:35 +0000 (06:31 -0400)
doc/bugs/rst_plugin_hangs_when_used_with_Python_3.mdwn

index 1207de601ab704936221863bef105a0209341858..6935cf0ba0c711b4e1df5472e37c866717f2bc8a 100644 (file)
@@ -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