← Back to team overview

zim-wiki team mailing list archive

Re: Zim 0.42-alpha1 (python branch)

 

I tested directly from bzr:

Tests passed OK.  Index finished silently.  GUI seemed OK (shallow test).

Web server - found and fixed a few problems:
- Page names were not url-decoded (%20 and such).
- WWWError's msg could be None or unicode, which made wsgiref complain and
mask your error with its own "500 contact admin" blurb.
- Some places where you returned a string instead of list to wsgiref.  This
happens to work, but is undocumented and sub-optimal.
Patch attached.

P.S. unicode handling seems a bit ad-hoc (at least in www.py).

-- 
Beni <cben@xxxxxxxxxxxx> (I read email only on weekends)

Follow ups

References