oops, wrong bug

master
smcv 2014-09-04 06:31:35 -04:00 committed by admin
parent 36189bb944
commit 613c93b5b7
1 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ ml = _IkiWikiExtPluginXMLRPCHandler._read(in_fd).decode('utf8')
without decode('utf8') is working without decode('utf8') is working
> That call was introduced > That call was introduced
> [[to fix a bug under Python 2|bugs/pythonproxy-utf8_again]] > [[to fix a bug under Python 2|bugs/crashes_in_the_python_proxy_even_if_disabled]]
> so it cannot just be removed. Perhaps it needs to be conditional > so it cannot just be removed, but perhaps it can be improved. This is
> on major Python version :-( > probably related to
> [[this follow-up bug under Python 2|bugs/pythonproxy-utf8_again]]. --smcv