On 24 Nov, 16:10, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> > This is how it should be done:
>
> > def debugerror():
> > return web.notfound(web.djangoerror())
>
> > app.internalerror = debugerror
>
> > Looks like web.debugerror and web.emailerrors should change to return
> > instance of web.notfound error.
>
> Oops. it should be internalerror, not notfound.
>
> def debugerror():
> return web.internalerror(web.djangoerror())
>
> app.internalerror = debugerror
Ok, now it works. If you want you can update the '0.2 -> 0.3 upgrade
guide' to state that now "web.input() returns unicode values." :)
bye, tnx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---