diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2013-11-29 20:03:26 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-29 20:03:26 -0400 |
commit | 5f6ed2ebca66244de0e4aa489df92013d74e3abe (patch) | |
tree | 90772ae6f53924a0d3fc636bf733658b141ce861 | |
parent | 9919f92be5243918178e222b876ab09317b00ab2 (diff) | |
download | ikiwiki-5f6ed2ebca66244de0e4aa489df92013d74e3abe.tar ikiwiki-5f6ed2ebca66244de0e4aa489df92013d74e3abe.tar.gz |
i have a patch for this now
-rw-r--r-- | doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn b/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn index 26896b303..bbaa53658 100644 --- a/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn +++ b/doc/bugs/crashes_in_the_python_proxy_even_if_disabled.mdwn @@ -1,3 +1,5 @@ +[[!template id=gitbranch branch=anarcat/dev/proxy-utf8-fail author="[[anarcat]]"]] + ikiwiki 3.20130904.1~bpo70+1 rebuilding the whole wiki: @@ -59,3 +61,7 @@ error: ikiwiki failed >> Python's conservative default is "`ascii`, regardless of locale" - >> this minimizes the chance of silently incorrect decoding, but >> unfortunately also maximizes the chance of crashing. --[[smcv]] + +> > > Right, I know that. The trick is to find the rabbit hole. :P +> > > +> > > And I found it. With my dev/proxy-utf8-fail, this doesn't fail anymore. Yay, a [[patch]] ready for commit! --[[anarcat]] |